diff --git a/annotationwrapper/api/pom.xml b/annotationwrapper/api/pom.xml index c821135c..0997e11d 100644 --- a/annotationwrapper/api/pom.xml +++ b/annotationwrapper/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-annotationwrapper-api diff --git a/annotationwrapper/integrationtest/pom.xml b/annotationwrapper/integrationtest/pom.xml index 261b94c9..1f055d78 100644 --- a/annotationwrapper/integrationtest/pom.xml +++ b/annotationwrapper/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-annotationwrapper-integrationTest diff --git a/annotationwrapper/pom.xml b/annotationwrapper/pom.xml index df9a12fd..a6cb308f 100644 --- a/annotationwrapper/pom.xml +++ b/annotationwrapper/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT diff --git a/annotationwrapper/processor/pom.xml b/annotationwrapper/processor/pom.xml index 83e54ec5..b16a8af0 100644 --- a/annotationwrapper/processor/pom.xml +++ b/annotationwrapper/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-annotationwrapper-processor diff --git a/common/pom.xml b/common/pom.xml index abfab653..8906a34a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-common diff --git a/compilermessages/api/pom.xml b/compilermessages/api/pom.xml index f0f4d308..84c76b64 100644 --- a/compilermessages/api/pom.xml +++ b/compilermessages/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-compilermessages-api diff --git a/compilermessages/integrationtest/pom.xml b/compilermessages/integrationtest/pom.xml index e1a68fc8..73480cd4 100644 --- a/compilermessages/integrationtest/pom.xml +++ b/compilermessages/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-compilermessages-integrationTest diff --git a/compilermessages/pom.xml b/compilermessages/pom.xml index 34470b84..c3ecc8b8 100644 --- a/compilermessages/pom.xml +++ b/compilermessages/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT diff --git a/compilermessages/processor/pom.xml b/compilermessages/processor/pom.xml index bd9e1136..1d7ddcad 100644 --- a/compilermessages/processor/pom.xml +++ b/compilermessages/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-compilermessages-processor diff --git a/cute/pom.xml b/cute/pom.xml index 46cd5ccf..a67331b8 100644 --- a/cute/pom.xml +++ b/cute/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-cute diff --git a/example/example-annotationprocessor/pom.xml b/example/example-annotationprocessor/pom.xml index 10be18aa..7418a0db 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.0 + 0.27.1-SNAPSHOT aptk-example-annotationprocessor diff --git a/example/example-annotations/pom.xml b/example/example-annotations/pom.xml index 5863c92c..841ee03f 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.0 + 0.27.1-SNAPSHOT aptk-example-annotations diff --git a/example/example-usecase/pom.xml b/example/example-usecase/pom.xml index 0167c1f6..83670aae 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.0 + 0.27.1-SNAPSHOT aptk-example-usecase diff --git a/example/pom.xml b/example/pom.xml index 6d440bef..dcca52f2 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-example-parent diff --git a/integrationtest/java16/pom.xml b/integrationtest/java16/pom.xml index 22c3a2ea..9818372f 100644 --- a/integrationtest/java16/pom.xml +++ b/integrationtest/java16/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk integrationtest-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-integrationtest-java16 diff --git a/integrationtest/java17/pom.xml b/integrationtest/java17/pom.xml index 820cfb12..a6b5fa8c 100644 --- a/integrationtest/java17/pom.xml +++ b/integrationtest/java17/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk integrationtest-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-integrationtest-java17 diff --git a/integrationtest/java9/pom.xml b/integrationtest/java9/pom.xml index c8534324..2b4cb9ef 100644 --- a/integrationtest/java9/pom.xml +++ b/integrationtest/java9/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk integrationtest-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-integrationtest-java9 diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 0e30c871..ef71fdba 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT integrationtest-parent diff --git a/pom.xml b/pom.xml index cc500914..54e30fc1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT pom aptk-parent diff --git a/templating/pom.xml b/templating/pom.xml index 8a1d02b6..f782d5e4 100644 --- a/templating/pom.xml +++ b/templating/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-templating diff --git a/tools/pom.xml b/tools/pom.xml index 38af2450..72d7e059 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.27.0 + 0.27.1-SNAPSHOT aptk-tools