From 94f8e15cb789b7a56fcaea2bf7f324cb51ae6681 Mon Sep 17 00:00:00 2001 From: Timothy Bish Date: Thu, 20 Jun 2024 17:44:28 -0400 Subject: [PATCH] Update version to 3.3.0 and to spring boot 3.3.1 --- amqp-10-jms-spring-boot-autoconfigure/pom.xml | 2 +- .../amqp-10-jms-spring-boot-custom-configuration/pom.xml | 2 +- .../amqp-10-jms-spring-boot-hello-world/pom.xml | 2 +- .../amqp-10-jms-spring-boot-pooled-connection/pom.xml | 2 +- .../amqp-10-jms-spring-boot-reply-service/pom.xml | 2 +- .../amqp-10-jms-spring-boot-requestor/pom.xml | 2 +- .../amqp-10-jms-spring-boot-simple-container-factory/pom.xml | 2 +- amqp-10-jms-spring-boot-examples/pom.xml | 2 +- amqp-10-jms-spring-boot-starter/pom.xml | 2 +- pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/amqp-10-jms-spring-boot-autoconfigure/pom.xml b/amqp-10-jms-spring-boot-autoconfigure/pom.xml index 8d18eb7..63617b1 100644 --- a/amqp-10-jms-spring-boot-autoconfigure/pom.xml +++ b/amqp-10-jms-spring-boot-autoconfigure/pom.xml @@ -21,7 +21,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-parent - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-autoconfigure diff --git a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-custom-configuration/pom.xml b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-custom-configuration/pom.xml index cb76767..8359df1 100644 --- a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-custom-configuration/pom.xml +++ b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-custom-configuration/pom.xml @@ -21,7 +21,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-examples - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-custom-configuration diff --git a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-hello-world/pom.xml b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-hello-world/pom.xml index 2b6a551..4820f1d 100644 --- a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-hello-world/pom.xml +++ b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-hello-world/pom.xml @@ -21,7 +21,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-examples - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-hello-world diff --git a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-pooled-connection/pom.xml b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-pooled-connection/pom.xml index 7607ad1..da79c70 100644 --- a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-pooled-connection/pom.xml +++ b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-pooled-connection/pom.xml @@ -20,7 +20,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-examples - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-pooled-connection jar diff --git a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-reply-service/pom.xml b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-reply-service/pom.xml index 976d734..7d511c2 100644 --- a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-reply-service/pom.xml +++ b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-reply-service/pom.xml @@ -20,7 +20,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-examples - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-reply-service diff --git a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-requestor/pom.xml b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-requestor/pom.xml index c97b39c..89b868f 100644 --- a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-requestor/pom.xml +++ b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-requestor/pom.xml @@ -20,7 +20,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-examples - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-requestor diff --git a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-simple-container-factory/pom.xml b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-simple-container-factory/pom.xml index 1a6512e..3d5a8ff 100644 --- a/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-simple-container-factory/pom.xml +++ b/amqp-10-jms-spring-boot-examples/amqp-10-jms-spring-boot-simple-container-factory/pom.xml @@ -21,7 +21,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-examples - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-simple-contianer-factory diff --git a/amqp-10-jms-spring-boot-examples/pom.xml b/amqp-10-jms-spring-boot-examples/pom.xml index 51c577d..57dd11a 100644 --- a/amqp-10-jms-spring-boot-examples/pom.xml +++ b/amqp-10-jms-spring-boot-examples/pom.xml @@ -19,7 +19,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-parent - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-examples diff --git a/amqp-10-jms-spring-boot-starter/pom.xml b/amqp-10-jms-spring-boot-starter/pom.xml index f28dc1a..d3d4199 100644 --- a/amqp-10-jms-spring-boot-starter/pom.xml +++ b/amqp-10-jms-spring-boot-starter/pom.xml @@ -21,7 +21,7 @@ org.amqphub.spring amqp-10-jms-spring-boot-parent - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT amqp-10-jms-spring-boot-starter diff --git a/pom.xml b/pom.xml index 8dd215d..0b211cd 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,13 @@ org.springframework.boot spring-boot-starter-parent - 3.2.7 + 3.3.1 4.0.0 org.amqphub.spring amqp-10-jms-spring-boot-parent - 3.2.1-SNAPSHOT + 3.3.0-SNAPSHOT pom AMQP 1.0 JMS Spring Boot Starter and AutoConfiguration Tooling