Skip to content

Commit 754a0ab

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 26789b1 commit 754a0ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

kotlin-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>axon-kotlin-parent</artifactId>
2626
<groupId>org.axonframework.extensions.kotlin</groupId>
27-
<version>4.11.1</version>
27+
<version>4.11.2-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>axon-kotlin-test</artifactId>

kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.axonframework.extensions.kotlin</groupId>
2626
<artifactId>axon-kotlin-parent</artifactId>
27-
<version>4.11.1</version>
27+
<version>4.11.2-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>axon-kotlin</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.axonframework.extensions.kotlin</groupId>
2424
<artifactId>axon-kotlin-parent</artifactId>
25-
<version>4.11.1</version>
25+
<version>4.11.2-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727

2828
<modules>
@@ -601,7 +601,7 @@
601601
<developerConnection>scm:git:[email protected]:AxonFramework/extension-kotlin.git
602602
</developerConnection>
603603
<url>https://github.com/AxonFramework/extension-kotlin</url>
604-
<tag>axon-kotlin-4.11.1</tag>
604+
<tag>HEAD</tag>
605605
</scm>
606606

607607
<developers>

0 commit comments

Comments
 (0)