Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Dec 30, 2022
1 parent 0881004 commit 7f93e00
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion axon-server-connector/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>

<artifactId>axon-server-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-jakarta/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>

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

<artifactId>axon-disruptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eventsourcing-jakarta/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion eventsourcing/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>

<artifactId>axon-eventsourcing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtests-jakarta/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integrationtests/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion messaging-jakarta/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion messaging/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>

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

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

<artifactId>axon-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modelling-jakarta/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modelling/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>

<artifactId>axon-modelling</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@

<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
<modules>
<module>messaging</module>
<module>messaging-jakarta</module>
Expand Down Expand Up @@ -858,7 +858,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.6.3</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion reactorless-test/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-autoconfigure/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions spring-boot-starter/pom.xml
Expand Up @@ -26,7 +26,7 @@

<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-starter</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</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.6.3</tag>
</scm>

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

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>

<artifactId>axon-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tracing-opentelemetry/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.6.3-SNAPSHOT</version>
<version>4.6.3</version>
</parent>

<artifactId>axon-tracing-opentelemetry</artifactId>
Expand Down

0 comments on commit 7f93e00

Please sign in to comment.