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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
free-now-github committed May 19, 2021
1 parent eede549 commit 17c7165
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.6-SNAPSHOT</version>
<version>2.3.6</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.3.6</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.3.6-SNAPSHOT</version>
<version>2.3.6</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.3.6</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.6-SNAPSHOT</version>
<version>2.3.6</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.3.6</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.6-SNAPSHOT</version>
<version>2.3.6</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.3.6</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.6-SNAPSHOT</version>
<version>2.3.6</version>
<packaging>jar</packaging>

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

<scm>
<tag>spring-multirabbit-parent-2.3.6</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.3.6-SNAPSHOT</version>
<version>2.3.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 17c7165

Please sign in to comment.