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.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rwanderc committed Mar 11, 2021
1 parent 179d2f2 commit c00b1ff
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.mytaxi.spring.multirabbit</groupId>
<artifactId>spring-multirabbit-parent</artifactId>
<version>2.1.7-SNAPSHOT</version>
<version>2.1.7</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.1.7</tag>
<url>scm:git:https://github.com/mytaxi/spring-multirabbit.git</url>
<connection>scm:git:https://github.com/mytaxi/spring-multirabbit.git</connection>
<developerConnection>scm:git:https://github.com/mytaxi/spring-multirabbit.git</developerConnection>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.mytaxi.spring.multirabbit</groupId>
<artifactId>spring-multirabbit-example-java</artifactId>
<version>2.1.7-SNAPSHOT</version>
<version>2.1.7</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.1.7</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.mytaxi.spring.multirabbit</groupId>
<artifactId>spring-multirabbit-example-kotlin</artifactId>
<version>2.1.7-SNAPSHOT</version>
<version>2.1.7</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.1.7</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.mytaxi.spring.multirabbit</groupId>
<artifactId>spring-multirabbit-extended-example-java</artifactId>
<version>2.1.7-SNAPSHOT</version>
<version>2.1.7</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.1.7</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.mytaxi.spring.multirabbit</groupId>
<artifactId>spring-multirabbit-lib-integration</artifactId>
<version>2.1.7-SNAPSHOT</version>
<version>2.1.7</version>
<packaging>jar</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.1.7</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.mytaxi.spring.multirabbit</groupId>
<artifactId>spring-multirabbit-parent</artifactId>
<version>2.1.7-SNAPSHOT</version>
<version>2.1.7</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit c00b1ff

Please sign in to comment.