Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tabish121 committed Jun 20, 2024
1 parent 88eca97 commit f7e685c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion amqp-10-jms-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-parent</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-autoconfigure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-examples</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-custom-configuration</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-examples</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-hello-world</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-examples</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>
<artifactId>amqp-10-jms-spring-boot-pooled-connection</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-examples</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-reply-service</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-examples</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-requestor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-examples</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-simple-contianer-factory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion amqp-10-jms-spring-boot-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-parent</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion amqp-10-jms-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-parent</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-starter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-parent</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
<packaging>pom</packaging>

<name>AMQP 1.0 JMS Spring Boot Starter and AutoConfiguration Tooling</name>
Expand All @@ -44,7 +44,7 @@
<url>https://github.com/amqphub/amqp-10-jms-spring-boot.git</url>
<connection>scm:git:git://github.com/amqphub/amqp-10-jms-spring-boot.git</connection>
<developerConnection>scm:git:[email protected]:amqphub/amqp-10-jms-spring-boot.git</developerConnection>
<tag>3.1.1</tag>
<tag>3.1.7</tag>
</scm>

<developers>
Expand Down

0 comments on commit f7e685c

Please sign in to comment.