Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release spring-multirabbit-parent-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wander Costa committed Feb 24, 2021
1 parent 2f93dbb commit 57e0f4e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.free-now.multirabbit</groupId>
<artifactId>spring-multirabbit-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>Spring MultiRabbit</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
</properties>

<scm>
<tag>HEAD</tag>
<tag>spring-multirabbit-parent-2.3.0</tag>
<url>scm:git:https://github.com/freenowtech/spring-multirabbit.git</url>
<connection>scm:git:https://github.com/freenowtech/spring-multirabbit.git</connection>
<developerConnection>scm:git:https://github.com/freenowtech/spring-multirabbit.git</developerConnection>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.free-now.multirabbit</groupId>
<artifactId>spring-multirabbit-example-java</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>jar</packaging>

<name>Spring MultiRabbit Example for Java</name>
Expand Down Expand Up @@ -55,4 +55,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-multirabbit-parent-2.3.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.free-now.multirabbit</groupId>
<artifactId>spring-multirabbit-example-kotlin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>jar</packaging>

<name>Spring MultiRabbit Example for Kotlin</name>
Expand Down Expand Up @@ -110,4 +110,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-multirabbit-parent-2.3.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.free-now.multirabbit</groupId>
<artifactId>spring-multirabbit-extended-example-java</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>jar</packaging>

<name>Spring MultiRabbit Extension Example</name>
Expand Down Expand Up @@ -61,4 +61,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-multirabbit-parent-2.3.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion spring-multirabbit-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.free-now.multirabbit</groupId>
<artifactId>spring-multirabbit-integration</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>Spring MultiRabbit Library Integration Tests</name>
Expand Down Expand Up @@ -60,4 +60,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-multirabbit-parent-2.3.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion spring-multirabbit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.free-now.multirabbit</groupId>
<artifactId>spring-multirabbit-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 57e0f4e

Please sign in to comment.