Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-multi-tenancy-4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Jun 22, 2023
1 parent 2536aee commit 9842c8f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
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.8.0-SNAPSHOT</version>
<version>4.8.0</version>
</parent>

<artifactId>multitenancy-spring-boot-autoconfigure</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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>multitenancy-spring-boot-starter</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.8.0</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 Expand Up @@ -155,6 +155,6 @@
<connection>scm:git:git://github.com/AxonFramework/extension-multitenancy.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-multitenancy.git</developerConnection>
<url>https://github.com/AxonFramework/extension-multitenancy</url>
<tag>HEAD</tag>
<tag>axon-multi-tenancy-4.8.0</tag>
</scm>
</project>
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.8.0-SNAPSHOT</version>
<version>4.8.0</version>
</parent>

<artifactId>axon-multitenancy</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<groupId>org.axonframework.extensions.multitenancy</groupId>
<artifactId>axon-multitenancy-parent</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.8.0</version>
<modules>
<module>multitenancy</module>
<module>multitenancy-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -422,7 +421,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-multitenancy.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-multitenancy.git</developerConnection>
<url>https://github.com/AxonFramework/extension-multitenancy</url>
<tag>HEAD</tag>
<tag>axon-multi-tenancy-4.8.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 9842c8f

Please sign in to comment.