Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Nov 7, 2024
1 parent 87ca296 commit f3dd980
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</version>
</parent>

<artifactId>axon-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion migration/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.10.2</version>
<version>4.10.3-SNAPSHOT</version>
</parent>

<artifactId>axon-migration</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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</version>
<modules>
<module>axon-server-connector</module>
<module>disruptor</module>
Expand Down Expand Up @@ -933,7 +933,7 @@
<connection>scm:git:git://github.com/AxonFramework/AxonFramework.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/AxonFramework.git</developerConnection>
<url>https://github.com/AxonFramework/AxonFramework</url>
<tag>axon-4.10.2</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion reactorless-test/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.10.2</version>
<version>4.10.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.10.2</version>
<version>4.10.3-SNAPSHOT</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 @@ -19,12 +19,12 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.10.2</version>
<version>4.10.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>axon-spring-boot-starter</artifactId>
<version>4.10.2</version>
<version>4.10.3-SNAPSHOT</version>

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

Expand Down
2 changes: 1 addition & 1 deletion spring-boot3-dummy/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.10.2</version>
<version>4.10.3-SNAPSHOT</version>
</parent>

<artifactId>axon-spring-boot3-dummy</artifactId>
Expand Down
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.10.2</version>
<version>4.10.3-SNAPSHOT</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.10.2</version>
<version>4.10.3-SNAPSHOT</version>
</parent>

<artifactId>axon-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tracing-opentelemetry/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.10.2</version>
<version>4.10.3-SNAPSHOT</version>
</parent>

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

0 comments on commit f3dd980

Please sign in to comment.