Skip to content

Commit 40a28ad

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1c4aae1 commit 40a28ad

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

amqp-axon-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<artifactId>axon-amqp-parent</artifactId>
2121
<groupId>org.axonframework.extensions.amqp</groupId>
22-
<version>4.12.0</version>
22+
<version>4.12.1-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

2626
<artifactId>amqp-axon-example</artifactId>
27-
<version>4.12.0</version>
27+
<version>4.12.1-SNAPSHOT</version>
2828

2929
<name>Axon Framework AMQP Extension - Spring Boot Example</name>
3030
<description>Example module for the AMQP Extension of Axon Framework</description>

amqp-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.amqp</groupId>
2222
<artifactId>axon-amqp-parent</artifactId>
23-
<version>4.12.0</version>
23+
<version>4.12.1-SNAPSHOT</version>
2424
</parent>
2525

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

amqp-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.amqp</groupId>
2828
<artifactId>axon-amqp-spring-boot-starter</artifactId>
29-
<version>4.12.0</version>
29+
<version>4.12.1-SNAPSHOT</version>
3030

3131
<name>Axon Framework AMQP Extension - Spring Boot Starter</name>
3232
<description>Spring Boot Starter module for the AMQP Extension of Axon Framework</description>
@@ -148,7 +148,7 @@
148148
<connection>scm:git:git://github.com/AxonFramework/extension-amqp.git</connection>
149149
<developerConnection>scm:git:[email protected]:AxonFramework/extension-amqp.git</developerConnection>
150150
<url>https://github.com/AxonFramework/extension-amqp</url>
151-
<tag>axon-amqp-4.12.0</tag>
151+
<tag>HEAD</tag>
152152
</scm>
153153

154154
</project>

amqp/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.amqp</groupId>
2222
<artifactId>axon-amqp-parent</artifactId>
23-
<version>4.12.0</version>
23+
<version>4.12.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>axon-amqp</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.amqp</groupId>
2121
<artifactId>axon-amqp-parent</artifactId>
22-
<version>4.12.0</version>
22+
<version>4.12.1-SNAPSHOT</version>
2323
<modules>
2424
<module>amqp</module>
2525
<module>amqp-spring-boot-autoconfigure</module>
@@ -487,7 +487,7 @@
487487
<connection>scm:git:git://github.com/AxonFramework/extension-amqp.git</connection>
488488
<developerConnection>scm:git:[email protected]:AxonFramework/extension-amqp.git</developerConnection>
489489
<url>https://github.com/AxonFramework/extension-amqp</url>
490-
<tag>axon-amqp-4.12.0</tag>
490+
<tag>HEAD</tag>
491491
</scm>
492492

493493
<developers>

0 commit comments

Comments
 (0)