From 088a59f37440f17f6313da1c3da4c70c779ac48e Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 27 Jun 2025 13:21:09 +0200 Subject: [PATCH 1/2] upgrade parent, upgrade kotlin 2.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 74050a1..78a38fe 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.maven.parent maven-parent-kotlin-base - 2025.6.0 + 2025.6.1 From 75efb53f684081ed885ab19166d583de111e82d2 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 27 Jun 2025 13:22:34 +0200 Subject: [PATCH 2/2] update dev version --- _build/parent/pom.xml | 2 +- _build/report-generator/pom.xml | 2 +- _itest/builder-itest/pom.xml | 2 +- _itest/pom.xml | 2 +- _itest/spi-itest/pom.xml | 2 +- kotlin-code-generation-bom/pom.xml | 2 +- kotlin-code-generation-test/pom.xml | 2 +- kotlin-code-generation/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_build/parent/pom.xml b/_build/parent/pom.xml index 034fc54..9cbe921 100644 --- a/_build/parent/pom.xml +++ b/_build/parent/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-root - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT ../../pom.xml diff --git a/_build/report-generator/pom.xml b/_build/report-generator/pom.xml index c2c8b79..dc4f6c7 100644 --- a/_build/report-generator/pom.xml +++ b/_build/report-generator/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-parent - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT ../parent/pom.xml diff --git a/_itest/builder-itest/pom.xml b/_itest/builder-itest/pom.xml index 58cc099..7101ef5 100644 --- a/_itest/builder-itest/pom.xml +++ b/_itest/builder-itest/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-itest-root - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT io.toolisticon.kotlin.generation.itest diff --git a/_itest/pom.xml b/_itest/pom.xml index ab2223f..8bd49bd 100644 --- a/_itest/pom.xml +++ b/_itest/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-parent - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT ../_build/parent/pom.xml diff --git a/_itest/spi-itest/pom.xml b/_itest/spi-itest/pom.xml index 0e89884..0388299 100644 --- a/_itest/spi-itest/pom.xml +++ b/_itest/spi-itest/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-itest-root - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT io.toolisticon.kotlin.generation.itest diff --git a/kotlin-code-generation-bom/pom.xml b/kotlin-code-generation-bom/pom.xml index 1b3e3f3..7ade51b 100644 --- a/kotlin-code-generation-bom/pom.xml +++ b/kotlin-code-generation-bom/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-root - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT io.toolisticon.kotlin.generation diff --git a/kotlin-code-generation-test/pom.xml b/kotlin-code-generation-test/pom.xml index 9d9949f..65bbed1 100644 --- a/kotlin-code-generation-test/pom.xml +++ b/kotlin-code-generation-test/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-parent - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT ../_build/parent/pom.xml diff --git a/kotlin-code-generation/pom.xml b/kotlin-code-generation/pom.xml index a8a315d..023fedc 100644 --- a/kotlin-code-generation/pom.xml +++ b/kotlin-code-generation/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-parent - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT ../_build/parent/pom.xml diff --git a/pom.xml b/pom.xml index 78a38fe..cc11399 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.kotlin.generation._ kotlin-code-generation-root - 0.1.5-SNAPSHOT + 0.2.0-SNAPSHOT pom: ${project.artifactId} Root of kotlin-code-generation