Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-springcloud-4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Feb 1, 2023
1 parent 9f02d00 commit 0a311cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.springcloud</groupId>
<artifactId>axon-springcloud-parent</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>
<modules>
<module>springcloud</module>
<module>springcloud-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -439,7 +439,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-springcloud.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-springcloud.git</developerConnection>
<url>https://github.com/AxonFramework/extension-springcloud</url>
<tag>HEAD</tag>
<tag>axon-springcloud-4.7.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion springcloud-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.springcloud</groupId>
<artifactId>axon-springcloud-parent</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>
</parent>

<artifactId>axon-springcloud-spring-boot-autoconfigure</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions springcloud-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.springcloud</groupId>
<artifactId>axon-springcloud-spring-boot-starter</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>

<name>Axon Framework Spring Cloud Extension - Spring Boot Starter</name>
<description>Spring Boot Starter module for the Spring Cloud Extension of Axon Framework</description>
Expand Down Expand Up @@ -155,7 +155,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-springcloud.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-springcloud.git</developerConnection>
<url>https://github.com/AxonFramework/extension-springcloud</url>
<tag>HEAD</tag>
<tag>axon-springcloud-4.7.0</tag>
</scm>

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

<artifactId>axon-springcloud</artifactId>
Expand Down

0 comments on commit 0a311cf

Please sign in to comment.