Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-springcloud-4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Apr 22, 2020
1 parent ac1fe09 commit 28e4300
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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">

<groupId>org.axonframework.extensions.springcloud</groupId>
<artifactId>axon-springcloud-parent</artifactId>
<version>4.3-SNAPSHOT</version>
<version>4.3</version>
<modules>
<module>springcloud</module>
<module>springcloud-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -404,7 +402,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.3</tag>
</scm>

<developers>
Expand Down
6 changes: 2 additions & 4 deletions springcloud-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
~ 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.axonframework.extensions.springcloud</groupId>
<artifactId>axon-springcloud-parent</artifactId>
<version>4.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3</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.3-SNAPSHOT</version>
<version>4.3</version>
</parent>

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

0 comments on commit 28e4300

Please sign in to comment.