Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-amqp-4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Apr 2, 2021
1 parent 8497592 commit 61e58d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.5-SNAPSHOT</version>
<version>4.5</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.5-SNAPSHOT</version>
<version>4.5</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.5</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.5-SNAPSHOT</version>
<version>4.5</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.5-SNAPSHOT</version>
<version>4.5</version>
<modules>
<module>amqp</module>
<module>amqp-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -412,7 +412,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.5</tag>
</scm>

<developers>
Expand Down

0 comments on commit 61e58d4

Please sign in to comment.