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 Oct 25, 2023
1 parent fac4ebd commit 88b5090
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.tracing</groupId>
<artifactId>axon-tracing-parent</artifactId>
<version>4.9.0</version>
<version>4.9.1-SNAPSHOT</version>
<modules>
<module>tracing</module>
<module>tracing-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -486,7 +486,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-tracing.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-tracing.git</developerConnection>
<url>https://github.com/AxonFramework/extension-tracing</url>
<tag>axon-tracing-4.9.0</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions tracing-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.axonframework.extensions.tracing</groupId>
<artifactId>axon-tracing-parent</artifactId>
<version>4.9.0</version>
<version>4.9.1-SNAPSHOT</version>
</parent>

<artifactId>tracing-axon-example</artifactId>
<version>4.9.0</version>
<version>4.9.1-SNAPSHOT</version>

<name>Axon Framework Tracing Extension - Spring Boot Example</name>
<description>Example module for the Tracing Extension of Axon Framework</description>
Expand Down
2 changes: 1 addition & 1 deletion tracing-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.tracing</groupId>
<artifactId>axon-tracing-parent</artifactId>
<version>4.9.0</version>
<version>4.9.1-SNAPSHOT</version>
</parent>

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

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

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

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

0 comments on commit 88b5090

Please sign in to comment.