Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-amqp-4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Jul 26, 2024
1 parent d7791a6 commit f165d05
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions amqp-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<artifactId>axon-amqp-parent</artifactId>
<groupId>org.axonframework.extensions.amqp</groupId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>amqp-axon-example</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>

<name>Axon Framework AMQP Extension - Spring Boot Example</name>
<description>Example module for the AMQP Extension of Axon Framework</description>
Expand Down
2 changes: 1 addition & 1 deletion amqp-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework.extensions.amqp</groupId>
<artifactId>axon-amqp-parent</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
</parent>

<artifactId>axon-amqp-spring-boot-autoconfigure</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions amqp-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.axonframework.extensions.amqp</groupId>
<artifactId>axon-amqp-spring-boot-starter</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>

<name>Axon Framework AMQP Extension - Spring Boot Starter</name>
<description>Spring Boot Starter module for the AMQP Extension of Axon Framework</description>
Expand Down Expand Up @@ -155,7 +155,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-amqp.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/extension-amqp.git</developerConnection>
<url>https://github.com/AxonFramework/extension-amqp</url>
<tag>HEAD</tag>
<tag>axon-amqp-4.10.0</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework.extensions.amqp</groupId>
<artifactId>axon-amqp-parent</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
</parent>

<artifactId>axon-amqp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.axonframework.extensions.amqp</groupId>
<artifactId>axon-amqp-parent</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
<modules>
<module>amqp</module>
<module>amqp-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -465,7 +465,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-amqp.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/extension-amqp.git</developerConnection>
<url>https://github.com/AxonFramework/extension-amqp</url>
<tag>HEAD</tag>
<tag>axon-amqp-4.10.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit f165d05

Please sign in to comment.