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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
free-now-github committed May 19, 2021
1 parent e0bd68a commit c031310
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 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.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>pom</packaging>

<name>Spring MultiRabbit</name>
Expand Down Expand Up @@ -36,7 +36,7 @@
<scm>
<connection>scm:git:[email protected]:freenowtech/spring-multirabbit.git</connection>
<developerConnection>scm:git:[email protected]:freenowtech/spring-multirabbit.git</developerConnection>
<tag>HEAD</tag>
<tag>spring-multirabbit-parent-2.4.0</tag>
<url>scm:git:[email protected]:freenowtech/spring-multirabbit.git</url>
</scm>

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.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

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

<scm>
<tag>spring-multirabbit-parent-2.4.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.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

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

<scm>
<tag>spring-multirabbit-parent-2.4.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.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

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

<scm>
<tag>spring-multirabbit-parent-2.4.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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.free-now.multirabbit</groupId>
<artifactId>spring-multirabbit-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit c031310

Please sign in to comment.