From 21922b286c2c04a02d1b08dca98ecfef69e1a315 Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Wed, 28 Aug 2024 11:27:25 +0200 Subject: [PATCH] Update versions for release --- annotationwrapper/api/pom.xml | 2 +- annotationwrapper/integrationtest/pom.xml | 2 +- annotationwrapper/pom.xml | 2 +- annotationwrapper/processor/pom.xml | 2 +- common/pom.xml | 2 +- compilermessages/api/pom.xml | 2 +- compilermessages/integrationtest/pom.xml | 2 +- compilermessages/pom.xml | 2 +- compilermessages/processor/pom.xml | 2 +- cute/pom.xml | 2 +- example/example-annotationprocessor/pom.xml | 2 +- example/example-annotations/pom.xml | 2 +- example/example-usecase/pom.xml | 2 +- example/pom.xml | 2 +- integrationtest/java16/pom.xml | 2 +- integrationtest/java17/pom.xml | 2 +- integrationtest/java9/pom.xml | 2 +- integrationtest/pom.xml | 2 +- pom.xml | 2 +- templating/pom.xml | 2 +- tools/pom.xml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/annotationwrapper/api/pom.xml b/annotationwrapper/api/pom.xml index 0997e11d..d2144799 100644 --- a/annotationwrapper/api/pom.xml +++ b/annotationwrapper/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-annotationwrapper-api diff --git a/annotationwrapper/integrationtest/pom.xml b/annotationwrapper/integrationtest/pom.xml index 1f055d78..bd85e2ce 100644 --- a/annotationwrapper/integrationtest/pom.xml +++ b/annotationwrapper/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-annotationwrapper-integrationTest diff --git a/annotationwrapper/pom.xml b/annotationwrapper/pom.xml index a6cb308f..66785d2b 100644 --- a/annotationwrapper/pom.xml +++ b/annotationwrapper/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 diff --git a/annotationwrapper/processor/pom.xml b/annotationwrapper/processor/pom.xml index b16a8af0..bee47453 100644 --- a/annotationwrapper/processor/pom.xml +++ b/annotationwrapper/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-annotationwrapper-processor diff --git a/common/pom.xml b/common/pom.xml index 8906a34a..c39c5a4b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-common diff --git a/compilermessages/api/pom.xml b/compilermessages/api/pom.xml index 84c76b64..386a873b 100644 --- a/compilermessages/api/pom.xml +++ b/compilermessages/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-compilermessages-api diff --git a/compilermessages/integrationtest/pom.xml b/compilermessages/integrationtest/pom.xml index 73480cd4..9e7fd156 100644 --- a/compilermessages/integrationtest/pom.xml +++ b/compilermessages/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-compilermessages-integrationTest diff --git a/compilermessages/pom.xml b/compilermessages/pom.xml index c3ecc8b8..2552013a 100644 --- a/compilermessages/pom.xml +++ b/compilermessages/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 diff --git a/compilermessages/processor/pom.xml b/compilermessages/processor/pom.xml index 1d7ddcad..c36b6caf 100644 --- a/compilermessages/processor/pom.xml +++ b/compilermessages/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-compilermessages-processor diff --git a/cute/pom.xml b/cute/pom.xml index a67331b8..4d69a55b 100644 --- a/cute/pom.xml +++ b/cute/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-cute diff --git a/example/example-annotationprocessor/pom.xml b/example/example-annotationprocessor/pom.xml index 7418a0db..1b483653 100644 --- a/example/example-annotationprocessor/pom.xml +++ b/example/example-annotationprocessor/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-example-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-example-annotationprocessor diff --git a/example/example-annotations/pom.xml b/example/example-annotations/pom.xml index 841ee03f..b4392226 100644 --- a/example/example-annotations/pom.xml +++ b/example/example-annotations/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-example-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-example-annotations diff --git a/example/example-usecase/pom.xml b/example/example-usecase/pom.xml index 83670aae..c9786d59 100644 --- a/example/example-usecase/pom.xml +++ b/example/example-usecase/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-example-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-example-usecase diff --git a/example/pom.xml b/example/pom.xml index dcca52f2..5dcc522b 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-example-parent diff --git a/integrationtest/java16/pom.xml b/integrationtest/java16/pom.xml index 9818372f..df79fc1d 100644 --- a/integrationtest/java16/pom.xml +++ b/integrationtest/java16/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk integrationtest-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-integrationtest-java16 diff --git a/integrationtest/java17/pom.xml b/integrationtest/java17/pom.xml index a6b5fa8c..dc99c248 100644 --- a/integrationtest/java17/pom.xml +++ b/integrationtest/java17/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk integrationtest-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-integrationtest-java17 diff --git a/integrationtest/java9/pom.xml b/integrationtest/java9/pom.xml index 2b4cb9ef..ff2d76ba 100644 --- a/integrationtest/java9/pom.xml +++ b/integrationtest/java9/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk integrationtest-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-integrationtest-java9 diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index ef71fdba..58583530 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 integrationtest-parent diff --git a/pom.xml b/pom.xml index 54e30fc1..b8fe49f6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 pom aptk-parent diff --git a/templating/pom.xml b/templating/pom.xml index f782d5e4..edddc00d 100644 --- a/templating/pom.xml +++ b/templating/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-templating diff --git a/tools/pom.xml b/tools/pom.xml index 72d7e059..1c41b8b8 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.27.1-SNAPSHOT + 0.28.0 aptk-tools