Skip to content

Commit

Permalink
Set version to 4.10.0-SNAPSHOT for release
Browse files Browse the repository at this point in the history
Set version to 4.10.0-SNAPSHOT for release

#release/4.10.0
  • Loading branch information
smcvb committed Jul 23, 2024
1 parent d36d52f commit 2c0f732
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions coverage-report/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2023. Axon Framework
~ Copyright (c) 2010-2024. Axon Framework
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.axonframework.extensions.tracing</groupId>
<artifactId>axon-tracing-parent</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
</parent>

<artifactId>axon-coverage-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
<modules>
<module>tracing</module>
<module>tracing-spring-boot-autoconfigure</module>
Expand Down
6 changes: 3 additions & 3 deletions tracing-axon-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2023. Axon Framework
~ Copyright (c) 2010-2024. Axon Framework
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,11 +20,11 @@
<parent>
<groupId>org.axonframework.extensions.tracing</groupId>
<artifactId>axon-tracing-parent</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
</parent>

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

<name>Axon Framework Tracing Extension - Spring Boot Example</name>
<description>Example module for the Tracing Extension of Axon Framework</description>
Expand Down
4 changes: 2 additions & 2 deletions tracing-spring-boot-3-integrationtests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2023. Axon Framework
~ Copyright (c) 2010-2024. Axon Framework
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -33,7 +33,7 @@
<description>
Module used to test the integration with Spring Boot 3
</description>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions tracing-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2023. Axon Framework
~ Copyright (c) 2010-2024. Axon Framework
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework.extensions.tracing</groupId>
<artifactId>axon-tracing-parent</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-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
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2023. Axon Framework
~ Copyright (c) 2010-2024. Axon Framework
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -26,7 +26,7 @@

<groupId>org.axonframework.extensions.tracing</groupId>
<artifactId>axon-tracing-spring-boot-starter</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-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
4 changes: 2 additions & 2 deletions tracing/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2023. Axon Framework
~ Copyright (c) 2010-2024. Axon Framework
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework.extensions.tracing</groupId>
<artifactId>axon-tracing-parent</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
</parent>

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

0 comments on commit 2c0f732

Please sign in to comment.