Skip to content

Commit

Permalink
Update to v3.2.0 and spring boot 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tabish121 committed Jun 20, 2024
1 parent eca3a64 commit b9a765f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-simple-contianer-factory</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-examples</artifactId>
Expand Down Expand Up @@ -78,4 +78,4 @@
</plugins>
</build>

</project>
</project>
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.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<artifactId>amqp-10-jms-spring-boot-starter</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.12</version>
<version>3.2.7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.amqphub.spring</groupId>
<artifactId>amqp-10-jms-spring-boot-parent</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit b9a765f

Please sign in to comment.