Skip to content

Commit fdfc469

Browse files
committed
Update for next development version
1 parent 4750e68 commit fdfc469

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

_itest/builder-itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-itest-root</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
</parent>
1010

1111
<groupId>io.toolisticon.kotlin.generation.itest</groupId>

_itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../_mvn/parent/pom.xml</relativePath>
1010
</parent>
1111

_itest/spi-itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-itest-root</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
</parent>
1010

1111
<groupId>io.toolisticon.kotlin.generation.itest</groupId>

_mvn/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-root</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

_mvn/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-root</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

kotlin-code-generation-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../_mvn/parent/pom.xml</relativePath>
1010
</parent>
1111

kotlin-code-generation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../_mvn/parent/pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.toolisticon.kotlin.generation._</groupId>
1313
<artifactId>kotlin-code-generation-root</artifactId>
14-
<version>0.0.2-SNAPSHOT</version>
14+
<version>0.0.2</version>
1515

1616
<name>pom: ${project.artifactId}</name>
1717
<description>Root of kotlin-code-generation</description>

0 commit comments

Comments
 (0)