From 774325c0f805d6e8da7c1e5dc532f32a869915d7 Mon Sep 17 00:00:00 2001 From: Jeffrey D <11084623+Nephery@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:01:09 -0400 Subject: [PATCH] prepare for 2.2.0 release (#142) --- pom.xml | 8 ++--- .../pom.xml | 4 +-- .../pom.xml | 4 +-- solace-spring-boot-bom/README.md | 31 +++---------------- 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/README.md | 4 +-- .../solace-java-spring-boot-starter/pom.xml | 4 +-- .../solace-jms-spring-boot-starter/README.md | 4 +-- .../solace-jms-spring-boot-starter/pom.xml | 4 +-- .../solace-spring-boot-starter/pom.xml | 4 +-- 16 files changed, 42 insertions(+), 63 deletions(-) diff --git a/pom.xml b/pom.xml index 467878d..73e81f2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.solace.spring.boot solace-spring-boot-build - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT pom Solace Spring Boot Build @@ -17,10 +17,10 @@ 3.3.3 - 5.1.2-SNAPSHOT + 5.2.0-SNAPSHOT - 5.1.2-SNAPSHOT - 2.1.2-SNAPSHOT + 5.2.0-SNAPSHOT + 2.2.0-SNAPSHOT 1.19.8 1.1.2 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 aef7d89..d3d1fc1 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.2-SNAPSHOT + 2.2.0-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-java-spring-boot-autoconfigure - 5.1.2-SNAPSHOT + 5.2.0-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 3ea3a9c..5250dca 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.2-SNAPSHOT + 2.2.0-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-jms-spring-boot-autoconfigure - 5.1.2-SNAPSHOT + 5.2.0-SNAPSHOT jar Solace Spring Boot Autoconfiguration - JMS diff --git a/solace-spring-boot-bom/README.md b/solace-spring-boot-bom/README.md index 8789590..7d54a19 100644 --- a/solace-spring-boot-bom/README.md +++ b/solace-spring-boot-bom/README.md @@ -21,7 +21,8 @@ Consult the table below to determine which version of the BOM you need to use: | 2.6.4 | 1.2.x | | 2.7.7 | 1.3.0 | | 3.0.6 | 2.0.0 | -| 3.3.1 | 2.1.0 | +| 3.3.1 | 2.1.x | +| 3.3.3 | 2.2.0 | ## Including the BOM @@ -34,7 +35,7 @@ In addition to showing how to include the BOM, the following snippets also shows com.solace.spring.boot solace-spring-boot-bom - 2.1.0 + 2.2.0 pom import @@ -49,32 +50,10 @@ In addition to showing how to include the BOM, the following snippets also shows ``` -### Using it with Gradle 4 -```groovy -buildscript { - dependencies { - classpath 'io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE' - } -} - -/* Gradle 4 isn't natively compatible with Maven BOMs. Need to use the Spring's dependency management plugin. */ -apply plugin: 'io.spring.dependency-management' - -dependencyManagement { - imports { - mavenBom "com.solace.spring.boot:solace-spring-boot-bom:2.1.0" - } -} - -dependencies { - compile("com.solace.spring.boot:solace-spring-boot-starter") -} -``` - -### Using it with Gradle 5 +### Using it with Gradle ```groovy dependencies { - implementation(platform("com.solace.spring.boot:solace-spring-boot-bom:2.1.0")) + implementation(platform("com.solace.spring.boot:solace-spring-boot-bom:2.2.0")) implementation("com.solace.spring.boot:solace-spring-boot-starter") } ``` diff --git a/solace-spring-boot-bom/pom.xml b/solace-spring-boot-bom/pom.xml index c6159ec..717ae9e 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.2-SNAPSHOT + 2.2.0-SNAPSHOT solace-spring-boot-bom - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT pom Solace Spring Boot BOM diff --git a/solace-spring-boot-parent/pom.xml b/solace-spring-boot-parent/pom.xml index 04282dc..f3d38ec 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.2-SNAPSHOT + 2.2.0-SNAPSHOT ../pom.xml solace-spring-boot-parent - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT pom Solace Spring Boot Parent @@ -24,8 +24,8 @@ 17 17 - 5.1.2-SNAPSHOT - 5.1.2-SNAPSHOT + 5.2.0-SNAPSHOT + 5.2.0-SNAPSHOT 10.24.1 10.24.1 diff --git a/solace-spring-boot-samples/pom.xml b/solace-spring-boot-samples/pom.xml index 5daff11..1f00085 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.2-SNAPSHOT + 2.2.0-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 abc5658..6a8ffd8 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.2-SNAPSHOT + 2.2.0-SNAPSHOT solace-java-oauth2-sample-app - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT jar Solace Spring Boot Sample - Java @@ -21,7 +21,7 @@ demo.DemoApplication 17 3.3.3 - 2.1.2-SNAPSHOT + 2.2.0-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 3b41071..882a025 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.2-SNAPSHOT + 2.2.0-SNAPSHOT solace-java-sample-app - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT jar Solace Spring Boot Sample - Java @@ -21,7 +21,7 @@ demo.DemoApplication 17 3.3.3 - 2.1.2-SNAPSHOT + 2.2.0-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 57d6ebf..eeb603d 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.2-SNAPSHOT + 2.2.0-SNAPSHOT solace-jms-sample-app-jndi - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT jar Solace Spring Boot Sample - JMS (JNDI) @@ -21,7 +21,7 @@ jndidemo.JndiDemoApplication 17 3.3.3 - 2.1.2-SNAPSHOT + 2.2.0-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 e4e3863..15cdf7d 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.2-SNAPSHOT + 2.2.0-SNAPSHOT solace-jms-sample-app - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT jar Solace Spring Boot Sample - JMS @@ -21,7 +21,7 @@ jmsdemo.DemoApplication 17 3.3.3 - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT diff --git a/solace-spring-boot-starters/solace-java-spring-boot-starter/README.md b/solace-spring-boot-starters/solace-java-spring-boot-starter/README.md index 1e66d33..dfbdfc4 100644 --- a/solace-spring-boot-starters/solace-java-spring-boot-starter/README.md +++ b/solace-spring-boot-starters/solace-java-spring-boot-starter/README.md @@ -40,7 +40,7 @@ Note that you'll need to include version 3.1.0 or later to use Spring Boot relea ```groovy // Solace Java API & auto-configuration -compile("com.solace.spring.boot:solace-java-spring-boot-starter:5.1.0") +compile("com.solace.spring.boot:solace-java-spring-boot-starter:5.2.0") ``` #### Using it with Maven @@ -50,7 +50,7 @@ compile("com.solace.spring.boot:solace-java-spring-boot-starter:5.1.0") com.solace.spring.boot solace-java-spring-boot-starter - 5.1.0 + 5.2.0 ``` 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 a64ef66..0987721 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.2-SNAPSHOT + 2.2.0-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-java-spring-boot-starter - 5.1.2-SNAPSHOT + 5.2.0-SNAPSHOT jar Solace Spring Boot Starter - Java diff --git a/solace-spring-boot-starters/solace-jms-spring-boot-starter/README.md b/solace-spring-boot-starters/solace-jms-spring-boot-starter/README.md index c37a492..e748c04 100644 --- a/solace-spring-boot-starters/solace-jms-spring-boot-starter/README.md +++ b/solace-spring-boot-starters/solace-jms-spring-boot-starter/README.md @@ -52,7 +52,7 @@ Note that you'll need to include version 3.1.0 or later to use Spring Boot relea #### Using it with Gradle ```groovy -compile("com.solace.spring.boot:solace-jms-spring-boot-starter:5.1.0") +compile("com.solace.spring.boot:solace-jms-spring-boot-starter:5.2.0") ``` #### Using it with Maven @@ -61,7 +61,7 @@ compile("com.solace.spring.boot:solace-jms-spring-boot-starter:5.1.0") com.solace.spring.boot solace-jms-spring-boot-starter - 5.1.0 + 5.2.0 ``` 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 e32b20f..639fc6b 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.2-SNAPSHOT + 2.2.0-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-jms-spring-boot-starter - 5.1.2-SNAPSHOT + 5.2.0-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 db1d4a4..ab2898c 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.2-SNAPSHOT + 2.2.0-SNAPSHOT ../../solace-spring-boot-parent/pom.xml solace-spring-boot-starter - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT jar Solace Spring Boot Starter