Skip to content

Commit 8f2d23c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 75e9dcb commit 8f2d23c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

jgroups-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.jgroups</groupId>
2222
<artifactId>axon-jgroups-parent</artifactId>
23-
<version>4.10.0</version>
23+
<version>4.10.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>axon-jgroups-spring-boot-autoconfigure</artifactId>

jgroups-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.axonframework.extensions.jgroups</groupId>
2828
<artifactId>axon-jgroups-spring-boot-starter</artifactId>
29-
<version>4.10.0</version>
29+
<version>4.10.1-SNAPSHOT</version>
3030

3131
<name>Axon Framework JGroups Extension - Spring Boot Starter</name>
3232
<description>Spring Boot Starter module for the JGroups Extension of Axon Framework</description>
@@ -155,7 +155,7 @@
155155
<connection>scm:git:git://github.com/AxonFramework/extension-jgroups.git</connection>
156156
<developerConnection>scm:git:git@github.com:AxonFramework/extension-jgroups.git</developerConnection>
157157
<url>https://github.com/AxonFramework/extension-jgroups</url>
158-
<tag>axon-jgroups-4.10.0</tag>
158+
<tag>HEAD</tag>
159159
</scm>
160160

161161
</project>

jgroups/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.jgroups</groupId>
2222
<artifactId>axon-jgroups-parent</artifactId>
23-
<version>4.10.0</version>
23+
<version>4.10.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>axon-jgroups</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.axonframework.extensions.jgroups</groupId>
2121
<artifactId>axon-jgroups-parent</artifactId>
22-
<version>4.10.0</version>
22+
<version>4.10.1-SNAPSHOT</version>
2323
<modules>
2424
<module>jgroups</module>
2525
<module>jgroups-spring-boot-autoconfigure</module>
@@ -488,7 +488,7 @@
488488
<connection>scm:git:git://github.com/AxonFramework/extension-jgroups.git</connection>
489489
<developerConnection>scm:git:git@github.com:AxonFramework/extension-jgroups.git</developerConnection>
490490
<url>https://github.com/AxonFramework/extension-jgroups</url>
491-
<tag>axon-jgroups-4.10.0</tag>
491+
<tag>HEAD</tag>
492492
</scm>
493493

494494
<developers>

0 commit comments

Comments
 (0)