From ed56c5b8f10cdddc3b09f12e017ad74f9440a5c8 Mon Sep 17 00:00:00 2001 From: loadbuild Date: Tue, 28 Jan 2020 13:07:16 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.0 --- pom.xml | 12 ++++++------ solace-java-cfenv/pom.xml | 4 ++-- .../solace-java-spring-boot-autoconfigure/pom.xml | 4 ++-- .../solace-jms-spring-boot-autoconfigure/pom.xml | 4 ++-- solace-spring-boot-bom/pom.xml | 7 +++---- solace-spring-boot-parent/pom.xml | 8 ++++---- solace-spring-boot-samples/pom.xml | 2 +- .../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, 35 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 7e8a722..d9173ac 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.solace.spring.boot solace-spring-boot-build - 1.0.0-SNAPSHOT + 1.0.0 pom Solace Spring Boot Build @@ -18,10 +18,10 @@ 2.2.4.RELEASE 2.1.0.RELEASE - 4.0.0-SNAPSHOT - 4.0.0-SNAPSHOT - 1.0.0-SNAPSHOT - 1.0.0-SNAPSHOT + 4.0.0 + 4.0.0 + 1.0.0 + 1.0.0 @@ -65,7 +65,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 - HEAD + 1.0.0 diff --git a/solace-java-cfenv/pom.xml b/solace-java-cfenv/pom.xml index 4877058..49b2354 100644 --- a/solace-java-cfenv/pom.xml +++ b/solace-java-cfenv/pom.xml @@ -22,7 +22,7 @@ com.solace.spring.boot solace-spring-boot-parent - 1.0.0-SNAPSHOT + 1.0.0 ../solace-spring-boot-parent/pom.xml @@ -30,7 +30,7 @@ 4.0.0 solace-java-cfenv jar - 1.0.0-SNAPSHOT + 1.0.0 Solace Spring Java CFEnv Java CFEnv for Solace services 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 f5dade9..a52aaa4 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 - 1.0.0-SNAPSHOT + 1.0.0 ../../solace-spring-boot-parent/pom.xml solace-java-spring-boot-autoconfigure - 4.0.0-SNAPSHOT + 4.0.0 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 e92b885..e243f7f 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 - 1.0.0-SNAPSHOT + 1.0.0 ../../solace-spring-boot-parent/pom.xml solace-jms-spring-boot-autoconfigure - 4.0.0-SNAPSHOT + 4.0.0 jar Solace Spring Boot Autoconfiguration - JMS diff --git a/solace-spring-boot-bom/pom.xml b/solace-spring-boot-bom/pom.xml index d1ef070..952c4ac 100644 --- a/solace-spring-boot-bom/pom.xml +++ b/solace-spring-boot-bom/pom.xml @@ -1,16 +1,15 @@ - + 4.0.0 com.solace.spring.boot solace-spring-boot-build - 1.0.0-SNAPSHOT + 1.0.0 solace-spring-boot-bom - 1.0.0-SNAPSHOT + 1.0.0 pom Solace Spring Boot BOM diff --git a/solace-spring-boot-parent/pom.xml b/solace-spring-boot-parent/pom.xml index 476cef4..c270ea0 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 - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml solace-spring-boot-parent - 1.0.0-SNAPSHOT + 1.0.0 pom Solace Spring Boot Parent @@ -24,8 +24,8 @@ 1.8 1.8 - 4.0.0-SNAPSHOT - 4.0.0-SNAPSHOT + 4.0.0 + 4.0.0 10.6.3 10.6.3 diff --git a/solace-spring-boot-samples/pom.xml b/solace-spring-boot-samples/pom.xml index 0fb1951..2d47e0e 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 - 1.0.0-SNAPSHOT + 1.0.0 pom Solace Spring Boot Samples Parent 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 b1d1086..21b1eb4 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 - 1.0.0-SNAPSHOT + 1.0.0 solace-java-sample-app - 1.0.0-SNAPSHOT + 1.0.0 jar Solace Spring Boot Sample - Java @@ -21,7 +21,7 @@ demo.DemoApplication 1.8 2.2.4.RELEASE - 1.0.0-SNAPSHOT + 1.0.0 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 ca6a76a..59cc373 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 - 1.0.0-SNAPSHOT + 1.0.0 solace-jms-sample-app-jndi - 1.0.0-SNAPSHOT + 1.0.0 jar Solace Spring Boot Sample - JMS (JNDI) @@ -21,7 +21,7 @@ jndidemo.JndiDemoApplication 1.8 2.2.4.RELEASE - 1.0.0-SNAPSHOT + 1.0.0 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 e71ac47..e255394 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 - 1.0.0-SNAPSHOT + 1.0.0 solace-jms-sample-app - 1.0.0-SNAPSHOT + 1.0.0 jar Solace Spring Boot Sample - JMS @@ -21,7 +21,7 @@ jmsdemo.DemoApplication 1.8 2.2.4.RELEASE - 1.0.0-SNAPSHOT + 1.0.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 28d6d51..0c5ca61 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 - 1.0.0-SNAPSHOT + 1.0.0 ../../solace-spring-boot-parent/pom.xml solace-java-spring-boot-starter - 4.0.0-SNAPSHOT + 4.0.0 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 f393a2b..130b7cd 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 - 1.0.0-SNAPSHOT + 1.0.0 ../../solace-spring-boot-parent/pom.xml solace-jms-spring-boot-starter - 4.0.0-SNAPSHOT + 4.0.0 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 39ee0e2..761e936 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 - 1.0.0-SNAPSHOT + 1.0.0 ../../solace-spring-boot-parent/pom.xml solace-spring-boot-starter - 1.0.0-SNAPSHOT + 1.0.0 jar Solace Spring Boot Starter