From b62b96235886edd6a8ed70346f0b6d6f25525ee6 Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Fri, 27 Oct 2023 14:14:26 +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 +- extensions/java9/pom.xml | 2 +- extensions/pom.xml | 2 +- pom.xml | 2 +- templating/pom.xml | 2 +- tools/pom.xml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/annotationwrapper/api/pom.xml b/annotationwrapper/api/pom.xml index 91f5d899..14d0c9da 100644 --- a/annotationwrapper/api/pom.xml +++ b/annotationwrapper/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-annotationwrapper-api diff --git a/annotationwrapper/integrationtest/pom.xml b/annotationwrapper/integrationtest/pom.xml index dea0efb7..e6f8189e 100644 --- a/annotationwrapper/integrationtest/pom.xml +++ b/annotationwrapper/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-annotationwrapper-integrationTest diff --git a/annotationwrapper/pom.xml b/annotationwrapper/pom.xml index a2c6d65c..6c68eef5 100644 --- a/annotationwrapper/pom.xml +++ b/annotationwrapper/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 diff --git a/annotationwrapper/processor/pom.xml b/annotationwrapper/processor/pom.xml index 31f9d474..4d39bfb5 100644 --- a/annotationwrapper/processor/pom.xml +++ b/annotationwrapper/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-annotationwrapper-processor diff --git a/common/pom.xml b/common/pom.xml index 5af0ba4a..1128dfc0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-common diff --git a/compilermessages/api/pom.xml b/compilermessages/api/pom.xml index 9bd2f208..994ef7f8 100644 --- a/compilermessages/api/pom.xml +++ b/compilermessages/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-compilermessages-api diff --git a/compilermessages/integrationtest/pom.xml b/compilermessages/integrationtest/pom.xml index a3e691a6..4aadca7d 100644 --- a/compilermessages/integrationtest/pom.xml +++ b/compilermessages/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-compilermessages-integrationTest diff --git a/compilermessages/pom.xml b/compilermessages/pom.xml index 6ed4726b..057357e1 100644 --- a/compilermessages/pom.xml +++ b/compilermessages/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 diff --git a/compilermessages/processor/pom.xml b/compilermessages/processor/pom.xml index c00486a3..27cdb9db 100644 --- a/compilermessages/processor/pom.xml +++ b/compilermessages/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-compilermessages-processor diff --git a/cute/pom.xml b/cute/pom.xml index b552aaea..5ecd3df8 100644 --- a/cute/pom.xml +++ b/cute/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-cute diff --git a/example/example-annotationprocessor/pom.xml b/example/example-annotationprocessor/pom.xml index 4e224960..6ce5e2c4 100644 --- a/example/example-annotationprocessor/pom.xml +++ b/example/example-annotationprocessor/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-example-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-example-annotationprocessor diff --git a/example/example-annotations/pom.xml b/example/example-annotations/pom.xml index 7bea9b4e..302537cb 100644 --- a/example/example-annotations/pom.xml +++ b/example/example-annotations/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-example-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-example-annotations diff --git a/example/example-usecase/pom.xml b/example/example-usecase/pom.xml index c8a15307..9ea1ca28 100644 --- a/example/example-usecase/pom.xml +++ b/example/example-usecase/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-example-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-example-usecase diff --git a/example/pom.xml b/example/pom.xml index 0e16c68b..0a3864fa 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-example-parent diff --git a/extensions/java9/pom.xml b/extensions/java9/pom.xml index 27a8a038..4c81f7d6 100644 --- a/extensions/java9/pom.xml +++ b/extensions/java9/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk extension-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-tools-java9 diff --git a/extensions/pom.xml b/extensions/pom.xml index c41b326d..92771e1c 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 extension-parent diff --git a/pom.xml b/pom.xml index 52c0bc4e..99ac4e3c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 pom aptk-parent diff --git a/templating/pom.xml b/templating/pom.xml index d30c9159..31b31cb9 100644 --- a/templating/pom.xml +++ b/templating/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-templating diff --git a/tools/pom.xml b/tools/pom.xml index c5c7a390..247332dd 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.22.6-SNAPSHOT + 0.22.6 aptk-tools