Skip to content

Commit 20da1a9

Browse files
committed
[maven-release-plugin] prepare release axon-tracing-4.12.0
1 parent 679a5de commit 20da1a9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.axonframework.extensions.tracing</groupId>
2121
<artifactId>axon-tracing-parent</artifactId>
22-
<version>4.11.1-SNAPSHOT</version>
22+
<version>4.12.0</version>
2323
<modules>
2424
<module>tracing</module>
2525
<module>tracing-spring-boot-autoconfigure</module>
@@ -506,7 +506,7 @@
506506
<connection>scm:git:git://github.com/AxonFramework/extension-tracing.git</connection>
507507
<developerConnection>scm:git:git@github.com:AxonFramework/extension-tracing.git</developerConnection>
508508
<url>https://github.com/AxonFramework/extension-tracing</url>
509-
<tag>HEAD</tag>
509+
<tag>axon-tracing-4.12.0</tag>
510510
</scm>
511511

512512
<developers>

tracing-axon-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.tracing</groupId>
2222
<artifactId>axon-tracing-parent</artifactId>
23-
<version>4.11.1-SNAPSHOT</version>
23+
<version>4.12.0</version>
2424
</parent>
2525

2626
<artifactId>tracing-axon-example</artifactId>
27-
<version>4.11.1-SNAPSHOT</version>
27+
<version>4.12.0</version>
2828

2929
<name>Axon Framework Tracing Extension - Spring Boot Example</name>
3030
<description>Example module for the Tracing Extension of Axon Framework</description>

tracing-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.tracing</groupId>
2222
<artifactId>axon-tracing-parent</artifactId>
23-
<version>4.11.1-SNAPSHOT</version>
23+
<version>4.12.0</version>
2424
</parent>
2525

2626
<artifactId>axon-tracing-spring-boot-autoconfigure</artifactId>

tracing-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.axonframework.extensions.tracing</groupId>
2828
<artifactId>axon-tracing-spring-boot-starter</artifactId>
29-
<version>4.11.1-SNAPSHOT</version>
29+
<version>4.12.0</version>
3030

3131
<name>Axon Framework Tracing Extension - Spring Boot Starter</name>
3232
<description>Spring Boot Starter module for the Tracing Extension of Axon Framework</description>
@@ -160,6 +160,6 @@
160160
<connection>scm:git:git://github.com/AxonFramework/extension-tracing.git</connection>
161161
<developerConnection>scm:git:git@github.com:AxonFramework/extension-tracing.git</developerConnection>
162162
<url>https://github.com/AxonFramework/extension-tracing</url>
163-
<tag>HEAD</tag>
163+
<tag>axon-tracing-4.12.0</tag>
164164
</scm>
165165
</project>

tracing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.tracing</groupId>
2222
<artifactId>axon-tracing-parent</artifactId>
23-
<version>4.11.1-SNAPSHOT</version>
23+
<version>4.12.0</version>
2424
</parent>
2525

2626
<artifactId>axon-tracing</artifactId>

0 commit comments

Comments
 (0)