From 17ef78cf462361be292a5b14c20568f669b68dae Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Tue, 30 Jan 2024 22:05:38 -1000 Subject: [PATCH] [maven-release-plugin] prepare release v3.3.6 --- 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 | 4 ++-- .../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 | 2 +- .../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 | 4 ++-- 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 +++--- .../spring-session-demo-war/pom.xml | 6 +++--- 28 files changed, 45 insertions(+), 45 deletions(-) diff --git a/coherence-spring-boot-starter/pom.xml b/coherence-spring-boot-starter/pom.xml index 2050b2ff005..dc7b49c1234 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 - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-boot-starter diff --git a/coherence-spring-core/pom.xml b/coherence-spring-core/pom.xml index bc0429ae7bb..5861a3bbea6 100644 --- a/coherence-spring-core/pom.xml +++ b/coherence-spring-core/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-core diff --git a/coherence-spring-data/pom.xml b/coherence-spring-data/pom.xml index fe42707b26f..0fa56b6916d 100644 --- a/coherence-spring-data/pom.xml +++ b/coherence-spring-data/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-data diff --git a/coherence-spring-docs/pom.xml b/coherence-spring-docs/pom.xml index 046d3f3691c..aedc9b06bc1 100644 --- a/coherence-spring-docs/pom.xml +++ b/coherence-spring-docs/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-docs @@ -30,25 +30,25 @@ com.oracle.coherence.spring coherence-spring-core - 3.3.6-SNAPSHOT + 3.3.6 com.oracle.coherence.spring coherence-spring-data - 3.3.6-SNAPSHOT + 3.3.6 com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.6-SNAPSHOT + 3.3.6 com.oracle.coherence.spring coherence-spring-session - 3.3.6-SNAPSHOT + 3.3.6 diff --git a/coherence-spring-session/pom.xml b/coherence-spring-session/pom.xml index 3b59159b9ad..b891a4120a8 100644 --- a/coherence-spring-session/pom.xml +++ b/coherence-spring-session/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-session diff --git a/coherence-spring-site/pom.xml b/coherence-spring-site/pom.xml index a002bb81e9c..0658ba09e4f 100644 --- a/coherence-spring-site/pom.xml +++ b/coherence-spring-site/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-site @@ -37,7 +37,7 @@ com.oracle.coherence.spring coherence-spring-docs - 3.3.6-SNAPSHOT + 3.3.6 zip diff --git a/coherence-spring-tests/pom.xml b/coherence-spring-tests/pom.xml index 44788c40d13..3ea7ddf6063 100644 --- a/coherence-spring-tests/pom.xml +++ b/coherence-spring-tests/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-tests diff --git a/pom.xml b/pom.xml index 1af4309708f..9ee973805e5 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.6-SNAPSHOT + 3.3.6 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 + v3.3.6 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 dd67a733fd3..9c02e5e0694 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 - 3.3.6-SNAPSHOT + 3.3.6 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 4ec63cce1e4..0f67075545f 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 - 3.3.6-SNAPSHOT + 3.3.6 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 e5a6a3fcceb..7697351c5d0 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 - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-cachestore-demo-server diff --git a/samples/cachestore-demo/pom.xml b/samples/cachestore-demo/pom.xml index 4d23dda82e4..5f968f8f1cb 100644 --- a/samples/cachestore-demo/pom.xml +++ b/samples/cachestore-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 3.3.6-SNAPSHOT + 3.3.6 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 3552396e51b..dc24621e781 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,7 +12,7 @@ com.oracle.coherence.spring circuit-breaker-cache-demo-parent - 3.3.6-SNAPSHOT + 3.3.6 circuit-breaker-cache-demo-app @@ -41,7 +41,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.6-SNAPSHOT + 3.3.6 ${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 32f3d018108..17fc7a117de 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 - 3.3.6-SNAPSHOT + 3.3.6 circuit-breaker-cache-demo-server @@ -37,7 +37,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.6-SNAPSHOT + 3.3.6 ${coherence.groupId} diff --git a/samples/circuit-breaker-cache-demo/pom.xml b/samples/circuit-breaker-cache-demo/pom.xml index fd5c943e3e0..47b1433b597 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 - 3.3.6-SNAPSHOT + 3.3.6 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 796e53c1f77..86a7eceda70 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 - 3.3.6-SNAPSHOT + 3.3.6 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 2437bac3989..8c365b173c0 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 - 3.3.6-SNAPSHOT + 3.3.6 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 c89891a18a0..df82228e691 100644 --- a/samples/coherence-spring-cloud-config-demo/pom.xml +++ b/samples/coherence-spring-cloud-config-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 3.3.6-SNAPSHOT + 3.3.6 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 feccdeaa715..efe4fad50a4 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 - 3.3.6-SNAPSHOT + 3.3.6 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 94830be6be0..2d3a9954968 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 - 3.3.6-SNAPSHOT + 3.3.6 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 6fc0fcfa88a..1e998b19d77 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 - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-demo-core diff --git a/samples/coherence-spring-demo/pom.xml b/samples/coherence-spring-demo/pom.xml index eb2214e8bf6..f2d466f9aa3 100644 --- a/samples/coherence-spring-demo/pom.xml +++ b/samples/coherence-spring-demo/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring samples - 3.3.6-SNAPSHOT + 3.3.6 coherence-spring-demo-parent - 3.3.6-SNAPSHOT + 3.3.6 pom diff --git a/samples/hibernate-cache-demo/pom.xml b/samples/hibernate-cache-demo/pom.xml index b86249ba2a9..a0b9c53ae2b 100644 --- a/samples/hibernate-cache-demo/pom.xml +++ b/samples/hibernate-cache-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 3.3.6-SNAPSHOT + 3.3.6 hibernate-cache-demo @@ -44,7 +44,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.6-SNAPSHOT + 3.3.6 ${coherence.groupId} diff --git a/samples/pom.xml b/samples/pom.xml index a7edc80bc42..aeb302641db 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.6-SNAPSHOT + 3.3.6 samples diff --git a/samples/spring-session-demo/pom.xml b/samples/spring-session-demo/pom.xml index d8ab3ed62e7..2fc0883f36c 100644 --- a/samples/spring-session-demo/pom.xml +++ b/samples/spring-session-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 3.3.6-SNAPSHOT + 3.3.6 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 27b4d81b679..d58dd8dc066 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 - 3.3.6-SNAPSHOT + 3.3.6 spring-session-demo-app - 3.3.6-SNAPSHOT + 3.3.6 Spring Session Demo - App Demo project for Spring Session @@ -55,12 +55,12 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.6-SNAPSHOT + 3.3.6 com.oracle.coherence.spring coherence-spring-session - 3.3.6-SNAPSHOT + 3.3.6 ${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 0f9b07fb241..86cde203a37 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 - 3.3.6-SNAPSHOT + 3.3.6 spring-session-demo-server @@ -41,12 +41,12 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.6-SNAPSHOT + 3.3.6 com.oracle.coherence.spring coherence-spring-session - 3.3.6-SNAPSHOT + 3.3.6 ${coherence.groupId} diff --git a/samples/spring-session-demo/spring-session-demo-war/pom.xml b/samples/spring-session-demo/spring-session-demo-war/pom.xml index b33bf46e84f..5fbb13746d9 100644 --- a/samples/spring-session-demo/spring-session-demo-war/pom.xml +++ b/samples/spring-session-demo/spring-session-demo-war/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring spring-session-demo-parent - 3.3.6-SNAPSHOT + 3.3.6 spring-session-demo-war - 3.3.6-SNAPSHOT + 3.3.6 war Spring Session Demo - War @@ -36,7 +36,7 @@ com.oracle.coherence.spring coherence-spring-session - 3.3.6-SNAPSHOT + 3.3.6 ${coherence.groupId}