Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-4.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Jul 14, 2022
1 parent f6e33b5 commit 6b7f223
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion axon-server-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>
</parent>

<artifactId>axon-server-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>
</parent>

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

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

<artifactId>axon-eventsourcing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<artifactId>axon-messaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>
</parent>

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

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

<artifactId>axon-modelling</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</groupId>
<artifactId>axon</artifactId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>
<modules>
<module>messaging</module>
<module>modelling</module>
Expand Down Expand Up @@ -656,7 +656,7 @@
<connection>scm:git:git://github.com/AxonFramework/AxonFramework.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/AxonFramework.git</developerConnection>
<url>https://github.com/AxonFramework/AxonFramework</url>
<tag>HEAD</tag>
<tag>axon-4.5.14</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-starter</artifactId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>

<name>Spring Boot Starter module for Axon Framework</name>

Expand Down Expand Up @@ -182,7 +182,7 @@
<connection>scm:git:git://github.com/AxonFramework/AxonFramework.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/AxonFramework.git</developerConnection>
<url>https://github.com/AxonFramework/AxonFramework</url>
<tag>HEAD</tag>
<tag>axon-4.5.14</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.5.14-SNAPSHOT</version>
<version>4.5.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

0 comments on commit 6b7f223

Please sign in to comment.