From 77a7339d6bb1b70da724422ce9e02c9b165754cd Mon Sep 17 00:00:00 2001 From: Loadbuild User Date: Mon, 29 Jul 2024 11:08:33 -0400 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- pom.xml | 10 +++++----- .../solace-java-spring-boot-autoconfigure/pom.xml | 4 ++-- .../solace-jms-spring-boot-autoconfigure/pom.xml | 4 ++-- solace-spring-boot-bom/pom.xml | 4 ++-- solace-spring-boot-parent/pom.xml | 8 ++++---- solace-spring-boot-samples/pom.xml | 2 +- .../solace-java-oauth2-sample-app/pom.xml | 6 +++--- .../solace-java-sample-app/pom.xml | 6 +++--- .../solace-jms-sample-app-jndi/pom.xml | 6 +++--- .../solace-jms-sample-app/pom.xml | 6 +++--- .../solace-java-spring-boot-starter/pom.xml | 4 ++-- .../solace-jms-spring-boot-starter/pom.xml | 4 ++-- .../solace-spring-boot-starter/pom.xml | 4 ++-- 13 files changed, 34 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index fed1c65..36dfc51 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.solace.spring.boot solace-spring-boot-build - 2.1.1 + 2.1.2-SNAPSHOT pom Solace Spring Boot Build @@ -17,10 +17,10 @@ 3.3.2 - 5.1.1 + 5.1.2-SNAPSHOT - 5.1.1 - 2.1.1 + 5.1.2-SNAPSHOT + 2.1.2-SNAPSHOT 1.19.8 1.1.2 @@ -66,7 +66,7 @@ https://github.com/${repoName}/solace-spring-boot.git scm:git:git://github.com/${repoName}/solace-spring-boot.git scm:git:git@github.com:${repoName}/solace-spring-boot.git - 2.1.1 + HEAD diff --git a/solace-spring-boot-autoconfigure/solace-java-spring-boot-autoconfigure/pom.xml b/solace-spring-boot-autoconfigure/solace-java-spring-boot-autoconfigure/pom.xml index 21d891b..aef7d89 100644 --- a/solace-spring-boot-autoconfigure/solace-java-spring-boot-autoconfigure/pom.xml +++ b/solace-spring-boot-autoconfigure/solace-java-spring-boot-autoconfigure/pom.xml @@ -5,12 +5,12 @@ com.solace.spring.boot solace-spring-boot-parent - 2.1.1 + 2.1.2-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-java-spring-boot-autoconfigure - 5.1.1 + 5.1.2-SNAPSHOT jar Solace Spring Boot Autoconfiguration - Java diff --git a/solace-spring-boot-autoconfigure/solace-jms-spring-boot-autoconfigure/pom.xml b/solace-spring-boot-autoconfigure/solace-jms-spring-boot-autoconfigure/pom.xml index af773a2..3ea3a9c 100644 --- a/solace-spring-boot-autoconfigure/solace-jms-spring-boot-autoconfigure/pom.xml +++ b/solace-spring-boot-autoconfigure/solace-jms-spring-boot-autoconfigure/pom.xml @@ -5,12 +5,12 @@ com.solace.spring.boot solace-spring-boot-parent - 2.1.1 + 2.1.2-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-jms-spring-boot-autoconfigure - 5.1.1 + 5.1.2-SNAPSHOT jar Solace Spring Boot Autoconfiguration - JMS diff --git a/solace-spring-boot-bom/pom.xml b/solace-spring-boot-bom/pom.xml index 2647c98..c6159ec 100644 --- a/solace-spring-boot-bom/pom.xml +++ b/solace-spring-boot-bom/pom.xml @@ -5,11 +5,11 @@ com.solace.spring.boot solace-spring-boot-build - 2.1.1 + 2.1.2-SNAPSHOT solace-spring-boot-bom - 2.1.1 + 2.1.2-SNAPSHOT pom Solace Spring Boot BOM diff --git a/solace-spring-boot-parent/pom.xml b/solace-spring-boot-parent/pom.xml index acd1ff2..e192dcd 100644 --- a/solace-spring-boot-parent/pom.xml +++ b/solace-spring-boot-parent/pom.xml @@ -5,12 +5,12 @@ com.solace.spring.boot solace-spring-boot-build - 2.1.1 + 2.1.2-SNAPSHOT ../pom.xml solace-spring-boot-parent - 2.1.1 + 2.1.2-SNAPSHOT pom Solace Spring Boot Parent @@ -24,8 +24,8 @@ 17 17 - 5.1.1 - 5.1.1 + 5.1.2-SNAPSHOT + 5.1.2-SNAPSHOT 10.22.0 10.22.0 diff --git a/solace-spring-boot-samples/pom.xml b/solace-spring-boot-samples/pom.xml index 7ade9b3..5daff11 100644 --- a/solace-spring-boot-samples/pom.xml +++ b/solace-spring-boot-samples/pom.xml @@ -4,7 +4,7 @@ com.solace.spring.boot solace-spring-boot-samples - 2.1.1 + 2.1.2-SNAPSHOT pom Solace Spring Boot Samples Parent diff --git a/solace-spring-boot-samples/solace-java-oauth2-sample-app/pom.xml b/solace-spring-boot-samples/solace-java-oauth2-sample-app/pom.xml index e3c2d5c..2fb297c 100644 --- a/solace-spring-boot-samples/solace-java-oauth2-sample-app/pom.xml +++ b/solace-spring-boot-samples/solace-java-oauth2-sample-app/pom.xml @@ -5,11 +5,11 @@ com.solace.spring.boot solace-spring-boot-samples - 2.1.1 + 2.1.2-SNAPSHOT solace-java-oauth2-sample-app - 2.1.1 + 2.1.2-SNAPSHOT jar Solace Spring Boot Sample - Java @@ -21,7 +21,7 @@ demo.DemoApplication 17 3.3.2 - 2.1.1 + 2.1.2-SNAPSHOT diff --git a/solace-spring-boot-samples/solace-java-sample-app/pom.xml b/solace-spring-boot-samples/solace-java-sample-app/pom.xml index 26670a9..1ec1244 100644 --- a/solace-spring-boot-samples/solace-java-sample-app/pom.xml +++ b/solace-spring-boot-samples/solace-java-sample-app/pom.xml @@ -5,11 +5,11 @@ com.solace.spring.boot solace-spring-boot-samples - 2.1.1 + 2.1.2-SNAPSHOT solace-java-sample-app - 2.1.1 + 2.1.2-SNAPSHOT jar Solace Spring Boot Sample - Java @@ -21,7 +21,7 @@ demo.DemoApplication 17 3.3.2 - 2.1.1 + 2.1.2-SNAPSHOT diff --git a/solace-spring-boot-samples/solace-jms-sample-app-jndi/pom.xml b/solace-spring-boot-samples/solace-jms-sample-app-jndi/pom.xml index 0f27af8..a645649 100644 --- a/solace-spring-boot-samples/solace-jms-sample-app-jndi/pom.xml +++ b/solace-spring-boot-samples/solace-jms-sample-app-jndi/pom.xml @@ -5,11 +5,11 @@ com.solace.spring.boot solace-spring-boot-samples - 2.1.1 + 2.1.2-SNAPSHOT solace-jms-sample-app-jndi - 2.1.1 + 2.1.2-SNAPSHOT jar Solace Spring Boot Sample - JMS (JNDI) @@ -21,7 +21,7 @@ jndidemo.JndiDemoApplication 17 3.3.2 - 2.1.1 + 2.1.2-SNAPSHOT diff --git a/solace-spring-boot-samples/solace-jms-sample-app/pom.xml b/solace-spring-boot-samples/solace-jms-sample-app/pom.xml index 91ca89d..bbe17eb 100644 --- a/solace-spring-boot-samples/solace-jms-sample-app/pom.xml +++ b/solace-spring-boot-samples/solace-jms-sample-app/pom.xml @@ -5,11 +5,11 @@ com.solace.spring.boot solace-spring-boot-samples - 2.1.1 + 2.1.2-SNAPSHOT solace-jms-sample-app - 2.1.1 + 2.1.2-SNAPSHOT jar Solace Spring Boot Sample - JMS @@ -21,7 +21,7 @@ jmsdemo.DemoApplication 17 3.3.2 - 2.1.1 + 2.1.2-SNAPSHOT diff --git a/solace-spring-boot-starters/solace-java-spring-boot-starter/pom.xml b/solace-spring-boot-starters/solace-java-spring-boot-starter/pom.xml index 7c96aa0..a64ef66 100644 --- a/solace-spring-boot-starters/solace-java-spring-boot-starter/pom.xml +++ b/solace-spring-boot-starters/solace-java-spring-boot-starter/pom.xml @@ -5,12 +5,12 @@ com.solace.spring.boot solace-spring-boot-parent - 2.1.1 + 2.1.2-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-java-spring-boot-starter - 5.1.1 + 5.1.2-SNAPSHOT jar Solace Spring Boot Starter - Java diff --git a/solace-spring-boot-starters/solace-jms-spring-boot-starter/pom.xml b/solace-spring-boot-starters/solace-jms-spring-boot-starter/pom.xml index e2dcb37..e32b20f 100644 --- a/solace-spring-boot-starters/solace-jms-spring-boot-starter/pom.xml +++ b/solace-spring-boot-starters/solace-jms-spring-boot-starter/pom.xml @@ -5,12 +5,12 @@ com.solace.spring.boot solace-spring-boot-parent - 2.1.1 + 2.1.2-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-jms-spring-boot-starter - 5.1.1 + 5.1.2-SNAPSHOT jar Solace Spring Boot Starter - JMS diff --git a/solace-spring-boot-starters/solace-spring-boot-starter/pom.xml b/solace-spring-boot-starters/solace-spring-boot-starter/pom.xml index 19b6cd1..db1d4a4 100644 --- a/solace-spring-boot-starters/solace-spring-boot-starter/pom.xml +++ b/solace-spring-boot-starters/solace-spring-boot-starter/pom.xml @@ -5,12 +5,12 @@ com.solace.spring.boot solace-spring-boot-parent - 2.1.1 + 2.1.2-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-spring-boot-starter - 2.1.1 + 2.1.2-SNAPSHOT jar Solace Spring Boot Starter