Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-amqp-4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Sep 15, 2022
1 parent f8a71e0 commit 764ed03
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
8 changes: 3 additions & 5 deletions amqp-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,16 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>axon-amqp-parent</artifactId>
<groupId>org.axonframework.extensions.amqp</groupId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>amqp-axon-example</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.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.6.0-SNAPSHOT</version>
<version>4.6.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.6.0-SNAPSHOT</version>
<version>4.6.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.6.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.6.0-SNAPSHOT</version>
<version>4.6.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.6.0-SNAPSHOT</version>
<version>4.6.0</version>
<modules>
<module>amqp</module>
<module>amqp-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -414,7 +414,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.6.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 764ed03

Please sign in to comment.