From a50db058ed3d4c9d1f24aaa03dca3501bcd748f0 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Tue, 4 Jul 2023 23:26:36 -1000 Subject: [PATCH] [maven-release-plugin] prepare release v4.0.0 --- coherence-spring-boot-starter/pom.xml | 2 +- coherence-spring-core/pom.xml | 2 +- coherence-spring-data/pom.xml | 2 +- coherence-spring-docs/pom.xml | 10 +++++----- coherence-spring-session/pom.xml | 2 +- coherence-spring-site/pom.xml | 4 ++-- coherence-spring-tests/pom.xml | 2 +- pom.xml | 4 ++-- .../coherence-spring-cachestore-demo-app/pom.xml | 2 +- .../coherence-spring-cachestore-demo-core/pom.xml | 2 +- .../coherence-spring-cachestore-demo-server/pom.xml | 2 +- samples/cachestore-demo/pom.xml | 2 +- .../circuit-breaker-cache-demo-app/pom.xml | 6 +++--- .../circuit-breaker-cache-demo-server/pom.xml | 4 ++-- samples/circuit-breaker-cache-demo/pom.xml | 2 +- .../coherence-spring-cloud-config-demo-app/pom.xml | 2 +- .../coherence-spring-cloud-config-demo-server/pom.xml | 2 +- samples/coherence-spring-cloud-config-demo/pom.xml | 4 ++-- .../coherence-spring-demo-boot/pom.xml | 2 +- .../coherence-spring-demo-classic/pom.xml | 2 +- .../coherence-spring-demo-core/pom.xml | 2 +- samples/coherence-spring-demo/pom.xml | 4 ++-- samples/hibernate-cache-demo/pom.xml | 6 +++--- samples/pom.xml | 2 +- samples/spring-session-demo/pom.xml | 2 +- .../spring-session-demo-app/pom.xml | 8 ++++---- .../spring-session-demo-server/pom.xml | 6 +++--- 27 files changed, 45 insertions(+), 45 deletions(-) diff --git a/coherence-spring-boot-starter/pom.xml b/coherence-spring-boot-starter/pom.xml index 4d16a7bfbdd..7133b2bcdbb 100644 --- a/coherence-spring-boot-starter/pom.xml +++ b/coherence-spring-boot-starter/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-boot-starter diff --git a/coherence-spring-core/pom.xml b/coherence-spring-core/pom.xml index 31dd19041aa..def5406472c 100644 --- a/coherence-spring-core/pom.xml +++ b/coherence-spring-core/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-core diff --git a/coherence-spring-data/pom.xml b/coherence-spring-data/pom.xml index b161df50d2a..9872add1843 100644 --- a/coherence-spring-data/pom.xml +++ b/coherence-spring-data/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-data diff --git a/coherence-spring-docs/pom.xml b/coherence-spring-docs/pom.xml index 139ff16c0ad..3939c991426 100644 --- a/coherence-spring-docs/pom.xml +++ b/coherence-spring-docs/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-docs @@ -30,25 +30,25 @@ com.oracle.coherence.spring coherence-spring-core - 4.0.0-SNAPSHOT + 4.0.0 com.oracle.coherence.spring coherence-spring-data - 4.0.0-SNAPSHOT + 4.0.0 com.oracle.coherence.spring coherence-spring-boot-starter - 4.0.0-SNAPSHOT + 4.0.0 com.oracle.coherence.spring coherence-spring-session - 4.0.0-SNAPSHOT + 4.0.0 diff --git a/coherence-spring-session/pom.xml b/coherence-spring-session/pom.xml index 8e3b7359116..8e5042561fb 100644 --- a/coherence-spring-session/pom.xml +++ b/coherence-spring-session/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-session diff --git a/coherence-spring-site/pom.xml b/coherence-spring-site/pom.xml index 34c279d7ed5..22e5f7712f9 100644 --- a/coherence-spring-site/pom.xml +++ b/coherence-spring-site/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-site @@ -37,7 +37,7 @@ com.oracle.coherence.spring coherence-spring-docs - 4.0.0-SNAPSHOT + 4.0.0 zip diff --git a/coherence-spring-tests/pom.xml b/coherence-spring-tests/pom.xml index 15e56e63cc3..a00a50c3738 100644 --- a/coherence-spring-tests/pom.xml +++ b/coherence-spring-tests/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-tests diff --git a/pom.xml b/pom.xml index f886a93b652..57d0a6fb947 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 pom Coherence Spring Project @@ -74,7 +74,7 @@ scm:git:https://github.com/coherence-community/coherence-spring.git scm:git:https://github.com/coherence-community/coherence-spring.git https://github.com/coherence-community/coherence-spring - HEAD + v4.0.0 diff --git a/samples/cachestore-demo/coherence-spring-cachestore-demo-app/pom.xml b/samples/cachestore-demo/coherence-spring-cachestore-demo-app/pom.xml index b3e490054c5..13b59e17f16 100644 --- a/samples/cachestore-demo/coherence-spring-cachestore-demo-app/pom.xml +++ b/samples/cachestore-demo/coherence-spring-cachestore-demo-app/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cachestore-demo - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-cachestore-demo-app diff --git a/samples/cachestore-demo/coherence-spring-cachestore-demo-core/pom.xml b/samples/cachestore-demo/coherence-spring-cachestore-demo-core/pom.xml index 6ca397aeecf..45479050db0 100644 --- a/samples/cachestore-demo/coherence-spring-cachestore-demo-core/pom.xml +++ b/samples/cachestore-demo/coherence-spring-cachestore-demo-core/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cachestore-demo - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-cachestore-demo-core diff --git a/samples/cachestore-demo/coherence-spring-cachestore-demo-server/pom.xml b/samples/cachestore-demo/coherence-spring-cachestore-demo-server/pom.xml index 637ae1cbc3d..1996c466263 100644 --- a/samples/cachestore-demo/coherence-spring-cachestore-demo-server/pom.xml +++ b/samples/cachestore-demo/coherence-spring-cachestore-demo-server/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cachestore-demo - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-cachestore-demo-server diff --git a/samples/cachestore-demo/pom.xml b/samples/cachestore-demo/pom.xml index 94b104a61d9..48633db9347 100644 --- a/samples/cachestore-demo/pom.xml +++ b/samples/cachestore-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 4.0.0-SNAPSHOT + 4.0.0 com.oracle.coherence.spring diff --git a/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-app/pom.xml b/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-app/pom.xml index 8b4a64d921d..e55cbd42e10 100644 --- a/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-app/pom.xml +++ b/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-app/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring circuit-breaker-cache-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 circuit-breaker-cache-demo-app - 4.0.0-SNAPSHOT + 4.0.0 Circuit Breaker Cache Demo - App Circuit Breaker Cache Demo - App @@ -43,7 +43,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.0.0-SNAPSHOT + 4.0.0 ${coherence.groupId} diff --git a/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-server/pom.xml b/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-server/pom.xml index 6e18df3c4ee..af4da748918 100644 --- a/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-server/pom.xml +++ b/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-server/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring circuit-breaker-cache-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 circuit-breaker-cache-demo-server @@ -37,7 +37,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.0.0-SNAPSHOT + 4.0.0 ${coherence.groupId} diff --git a/samples/circuit-breaker-cache-demo/pom.xml b/samples/circuit-breaker-cache-demo/pom.xml index 5b40d04993f..6b349790e99 100644 --- a/samples/circuit-breaker-cache-demo/pom.xml +++ b/samples/circuit-breaker-cache-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 4.0.0-SNAPSHOT + 4.0.0 circuit-breaker-cache-demo-parent diff --git a/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-app/pom.xml b/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-app/pom.xml index c1fbb361d3f..efd2de5aa50 100644 --- a/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-app/pom.xml +++ b/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-app/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cloud-config-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-cloud-config-demo-parent-app diff --git a/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-server/pom.xml b/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-server/pom.xml index 7a025caf279..e86bff20261 100644 --- a/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-server/pom.xml +++ b/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-server/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cloud-config-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-cloud-config-demo-server diff --git a/samples/coherence-spring-cloud-config-demo/pom.xml b/samples/coherence-spring-cloud-config-demo/pom.xml index 4f6a2fab6d1..c947558d800 100644 --- a/samples/coherence-spring-cloud-config-demo/pom.xml +++ b/samples/coherence-spring-cloud-config-demo/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring samples - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-cloud-config-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 pom Coherence Spring Cloud Config Demo - Parent diff --git a/samples/coherence-spring-demo/coherence-spring-demo-boot/pom.xml b/samples/coherence-spring-demo/coherence-spring-demo-boot/pom.xml index 0a0310b377c..8347866f080 100644 --- a/samples/coherence-spring-demo/coherence-spring-demo-boot/pom.xml +++ b/samples/coherence-spring-demo/coherence-spring-demo-boot/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-demo-boot diff --git a/samples/coherence-spring-demo/coherence-spring-demo-classic/pom.xml b/samples/coherence-spring-demo/coherence-spring-demo-classic/pom.xml index b466df591f0..847d6ee48b9 100644 --- a/samples/coherence-spring-demo/coherence-spring-demo-classic/pom.xml +++ b/samples/coherence-spring-demo/coherence-spring-demo-classic/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-demo-classic diff --git a/samples/coherence-spring-demo/coherence-spring-demo-core/pom.xml b/samples/coherence-spring-demo/coherence-spring-demo-core/pom.xml index 206507929a8..64000dee219 100644 --- a/samples/coherence-spring-demo/coherence-spring-demo-core/pom.xml +++ b/samples/coherence-spring-demo/coherence-spring-demo-core/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-demo-core diff --git a/samples/coherence-spring-demo/pom.xml b/samples/coherence-spring-demo/pom.xml index 5d805a8300b..4b39a3eba4a 100644 --- a/samples/coherence-spring-demo/pom.xml +++ b/samples/coherence-spring-demo/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring samples - 4.0.0-SNAPSHOT + 4.0.0 coherence-spring-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 pom diff --git a/samples/hibernate-cache-demo/pom.xml b/samples/hibernate-cache-demo/pom.xml index 054b75f6051..c9a3c75a68b 100644 --- a/samples/hibernate-cache-demo/pom.xml +++ b/samples/hibernate-cache-demo/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring samples - 4.0.0-SNAPSHOT + 4.0.0 hibernate-cache-demo - 4.0.0-SNAPSHOT + 4.0.0 Hibernate Cache Demo - App Demo project for using Spring Boot with Hibernate Second Level Cache and Coherence @@ -50,7 +50,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.0.0-SNAPSHOT + 4.0.0 ${coherence.groupId} diff --git a/samples/pom.xml b/samples/pom.xml index a283ef835b6..319c2c09b51 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.0.0-SNAPSHOT + 4.0.0 samples diff --git a/samples/spring-session-demo/pom.xml b/samples/spring-session-demo/pom.xml index 5470aabb505..7d0c55dd3c8 100644 --- a/samples/spring-session-demo/pom.xml +++ b/samples/spring-session-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 4.0.0-SNAPSHOT + 4.0.0 spring-session-demo-parent diff --git a/samples/spring-session-demo/spring-session-demo-app/pom.xml b/samples/spring-session-demo/spring-session-demo-app/pom.xml index cc1b7087600..d90b3387e42 100644 --- a/samples/spring-session-demo/spring-session-demo-app/pom.xml +++ b/samples/spring-session-demo/spring-session-demo-app/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring spring-session-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 spring-session-demo-app - 4.0.0-SNAPSHOT + 4.0.0 Spring Session Demo - App Demo project for Spring Session @@ -55,12 +55,12 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.0.0-SNAPSHOT + 4.0.0 com.oracle.coherence.spring coherence-spring-session - 4.0.0-SNAPSHOT + 4.0.0 ${coherence.groupId} diff --git a/samples/spring-session-demo/spring-session-demo-server/pom.xml b/samples/spring-session-demo/spring-session-demo-server/pom.xml index 2cc62fe58f9..13346dfec2c 100644 --- a/samples/spring-session-demo/spring-session-demo-server/pom.xml +++ b/samples/spring-session-demo/spring-session-demo-server/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring spring-session-demo-parent - 4.0.0-SNAPSHOT + 4.0.0 spring-session-demo-server @@ -41,12 +41,12 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.0.0-SNAPSHOT + 4.0.0 com.oracle.coherence.spring coherence-spring-session - 4.0.0-SNAPSHOT + 4.0.0 ${coherence.groupId}