Skip to content

Commit

Permalink
Set version to 4.11.0-SNAPSHOT for main branch
Browse files Browse the repository at this point in the history
Set version to 4.11.0-SNAPSHOT for main branch

#release/4.10.0
  • Loading branch information
smcvb committed Jul 26, 2024
1 parent d86ded7 commit 918694a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>axon-multitenancy-parent</artifactId>
<groupId>org.axonframework.extensions.multitenancy</groupId>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>
</parent>

<artifactId>axon-coverage-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion multitenancy-spring-boot-3-integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<description>
Module used to test the integration with Spring Boot 3
</description>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion multitenancy-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon-multitenancy-parent</artifactId>
<groupId>org.axonframework.extensions.multitenancy</groupId>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>
</parent>

<artifactId>axon-multitenancy-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion multitenancy-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.axonframework.extensions.multitenancy</groupId>
<artifactId>axon-multitenancy-spring-boot-starter</artifactId>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>

<name>Spring Boot Starter module for Axon Framework Multi-Tenancy Extension</name>
<description>Spring Boot Starter module for the Multi-Tenancy Extension of Axon Framework</description>
Expand Down
2 changes: 1 addition & 1 deletion multitenancy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon-multitenancy-parent</artifactId>
<groupId>org.axonframework.extensions.multitenancy</groupId>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>
</parent>

<artifactId>axon-multitenancy</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.multitenancy</groupId>
<artifactId>axon-multitenancy-parent</artifactId>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>
<modules>
<module>multitenancy</module>
<module>multitenancy-spring-boot-autoconfigure</module>
Expand Down

0 comments on commit 918694a

Please sign in to comment.