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.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
free-now-github committed May 19, 2021
1 parent 4db025e commit 243976e
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.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<packaging>pom</packaging>

<name>Spring MultiRabbit</name>
Expand Down Expand Up @@ -37,7 +37,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.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<packaging>jar</packaging>

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

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

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

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

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

<scm>
<tag>spring-multirabbit-parent-2.2.4</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion spring-multirabbit-lib-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-lib-integration</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion spring-multirabbit-lib/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.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 243976e

Please sign in to comment.