From a23ff1808a976b04ec807bf05463e7d72f419cbb Mon Sep 17 00:00:00 2001 From: Loadbuild User Date: Tue, 27 Aug 2024 15:20:22 -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 caf0649..aecb729 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.solace.spring.boot solace-spring-boot-build - 2.2.0 + 2.2.1-SNAPSHOT pom Solace Spring Boot Build @@ -17,10 +17,10 @@ 3.3.3 - 5.2.0 + 5.2.1-SNAPSHOT - 5.2.0 - 2.2.0 + 5.2.1-SNAPSHOT + 2.2.1-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.2.0 + 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 ad25cda..aefb1f9 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.2.0 + 2.2.1-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-java-spring-boot-autoconfigure - 5.2.0 + 5.2.1-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 759af66..c3d029d 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.2.0 + 2.2.1-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-jms-spring-boot-autoconfigure - 5.2.0 + 5.2.1-SNAPSHOT jar Solace Spring Boot Autoconfiguration - JMS diff --git a/solace-spring-boot-bom/pom.xml b/solace-spring-boot-bom/pom.xml index 7e07392..0e9267e 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.2.0 + 2.2.1-SNAPSHOT solace-spring-boot-bom - 2.2.0 + 2.2.1-SNAPSHOT pom Solace Spring Boot BOM diff --git a/solace-spring-boot-parent/pom.xml b/solace-spring-boot-parent/pom.xml index 08540a2..9e8e7c3 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.2.0 + 2.2.1-SNAPSHOT ../pom.xml solace-spring-boot-parent - 2.2.0 + 2.2.1-SNAPSHOT pom Solace Spring Boot Parent @@ -24,8 +24,8 @@ 17 17 - 5.2.0 - 5.2.0 + 5.2.1-SNAPSHOT + 5.2.1-SNAPSHOT 10.24.1 10.24.1 diff --git a/solace-spring-boot-samples/pom.xml b/solace-spring-boot-samples/pom.xml index 42cfacd..feb1dd2 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.2.0 + 2.2.1-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 090f3e4..9f66fbc 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.2.0 + 2.2.1-SNAPSHOT solace-java-oauth2-sample-app - 2.2.0 + 2.2.1-SNAPSHOT jar Solace Spring Boot Sample - Java @@ -21,7 +21,7 @@ demo.DemoApplication 17 3.3.3 - 2.2.0 + 2.2.1-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 939ea23..6e03237 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.2.0 + 2.2.1-SNAPSHOT solace-java-sample-app - 2.2.0 + 2.2.1-SNAPSHOT jar Solace Spring Boot Sample - Java @@ -21,7 +21,7 @@ demo.DemoApplication 17 3.3.3 - 2.2.0 + 2.2.1-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 e2e0782..8bd581b 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.2.0 + 2.2.1-SNAPSHOT solace-jms-sample-app-jndi - 2.2.0 + 2.2.1-SNAPSHOT jar Solace Spring Boot Sample - JMS (JNDI) @@ -21,7 +21,7 @@ jndidemo.JndiDemoApplication 17 3.3.3 - 2.2.0 + 2.2.1-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 2bcacd7..b067ff7 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.2.0 + 2.2.1-SNAPSHOT solace-jms-sample-app - 2.2.0 + 2.2.1-SNAPSHOT jar Solace Spring Boot Sample - JMS @@ -21,7 +21,7 @@ jmsdemo.DemoApplication 17 3.3.3 - 2.2.0 + 2.2.1-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 4e9217d..5a11ed5 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.2.0 + 2.2.1-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-java-spring-boot-starter - 5.2.0 + 5.2.1-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 3288935..11de433 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.2.0 + 2.2.1-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-jms-spring-boot-starter - 5.2.0 + 5.2.1-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 1bdfff4..3ce06f6 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.2.0 + 2.2.1-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-spring-boot-starter - 2.2.0 + 2.2.1-SNAPSHOT jar Solace Spring Boot Starter