From 8bfe300f0fd55b8f0fb5777142aac70665b7f81a Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Thu, 11 Jan 2024 20:21:07 -1000 Subject: [PATCH] [maven-release-plugin] prepare release v3.3.5 --- 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 +++--- 27 files changed, 42 insertions(+), 42 deletions(-) diff --git a/coherence-spring-boot-starter/pom.xml b/coherence-spring-boot-starter/pom.xml index cfb628e72e3..858d0eddc07 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.5-SNAPSHOT + 3.3.5 coherence-spring-boot-starter diff --git a/coherence-spring-core/pom.xml b/coherence-spring-core/pom.xml index 6bc7e9ad639..c8c23973552 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.5-SNAPSHOT + 3.3.5 coherence-spring-core diff --git a/coherence-spring-data/pom.xml b/coherence-spring-data/pom.xml index 1173c307b41..0d667eef4cc 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.5-SNAPSHOT + 3.3.5 coherence-spring-data diff --git a/coherence-spring-docs/pom.xml b/coherence-spring-docs/pom.xml index 58a6650532e..bdc80a07fc5 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.5-SNAPSHOT + 3.3.5 coherence-spring-docs @@ -30,25 +30,25 @@ com.oracle.coherence.spring coherence-spring-core - 3.3.5-SNAPSHOT + 3.3.5 com.oracle.coherence.spring coherence-spring-data - 3.3.5-SNAPSHOT + 3.3.5 com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.5-SNAPSHOT + 3.3.5 com.oracle.coherence.spring coherence-spring-session - 3.3.5-SNAPSHOT + 3.3.5 diff --git a/coherence-spring-session/pom.xml b/coherence-spring-session/pom.xml index 6e3bf5111b4..3bc8be783ec 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.5-SNAPSHOT + 3.3.5 coherence-spring-session diff --git a/coherence-spring-site/pom.xml b/coherence-spring-site/pom.xml index 4199321669b..10b2ddb8a37 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.5-SNAPSHOT + 3.3.5 coherence-spring-site @@ -37,7 +37,7 @@ com.oracle.coherence.spring coherence-spring-docs - 3.3.5-SNAPSHOT + 3.3.5 zip diff --git a/coherence-spring-tests/pom.xml b/coherence-spring-tests/pom.xml index a9825987602..73676d324b0 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.5-SNAPSHOT + 3.3.5 coherence-spring-tests diff --git a/pom.xml b/pom.xml index 2d0f9bac233..b64de35298a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.5-SNAPSHOT + 3.3.5 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.5 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 db5e127a8ed..f050e9d2dbd 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.5-SNAPSHOT + 3.3.5 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 08e56e4b229..61738cd06c4 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.5-SNAPSHOT + 3.3.5 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 c2bcb314eba..dc677a982aa 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.5-SNAPSHOT + 3.3.5 coherence-spring-cachestore-demo-server diff --git a/samples/cachestore-demo/pom.xml b/samples/cachestore-demo/pom.xml index a758644eb24..d4143e91c92 100644 --- a/samples/cachestore-demo/pom.xml +++ b/samples/cachestore-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 3.3.5-SNAPSHOT + 3.3.5 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 31695c9ac93..1a38eb3488b 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.5-SNAPSHOT + 3.3.5 circuit-breaker-cache-demo-app @@ -41,7 +41,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.5-SNAPSHOT + 3.3.5 ${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 577d2eb98ab..29c34b49780 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.5-SNAPSHOT + 3.3.5 circuit-breaker-cache-demo-server @@ -37,7 +37,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.5-SNAPSHOT + 3.3.5 ${coherence.groupId} diff --git a/samples/circuit-breaker-cache-demo/pom.xml b/samples/circuit-breaker-cache-demo/pom.xml index da70512e384..05d8c4fd038 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.5-SNAPSHOT + 3.3.5 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 df69f2485c4..20518abf951 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.5-SNAPSHOT + 3.3.5 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 fcee650085b..3ceeb6bcf54 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.5-SNAPSHOT + 3.3.5 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 b713ba27094..bac3c97b1a1 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.5-SNAPSHOT + 3.3.5 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 7c7d10eec94..cc94539a64c 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.5-SNAPSHOT + 3.3.5 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 af0a0d2e8d8..a0cbac14b00 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.5-SNAPSHOT + 3.3.5 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 5174e90df83..74c3d25719f 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.5-SNAPSHOT + 3.3.5 coherence-spring-demo-core diff --git a/samples/coherence-spring-demo/pom.xml b/samples/coherence-spring-demo/pom.xml index 70180e20742..1285a9cea4e 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.5-SNAPSHOT + 3.3.5 coherence-spring-demo-parent - 3.3.5-SNAPSHOT + 3.3.5 pom diff --git a/samples/hibernate-cache-demo/pom.xml b/samples/hibernate-cache-demo/pom.xml index b2dae8ccb59..c598b02291f 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.5-SNAPSHOT + 3.3.5 hibernate-cache-demo @@ -44,7 +44,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.5-SNAPSHOT + 3.3.5 ${coherence.groupId} diff --git a/samples/pom.xml b/samples/pom.xml index e496d443559..053514cbf61 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 3.3.5-SNAPSHOT + 3.3.5 samples diff --git a/samples/spring-session-demo/pom.xml b/samples/spring-session-demo/pom.xml index 17cbe7996a9..687aa2b100c 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.5-SNAPSHOT + 3.3.5 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 30a5cebaa39..12327cd8e26 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.5-SNAPSHOT + 3.3.5 spring-session-demo-app - 3.3.5-SNAPSHOT + 3.3.5 Spring Session Demo - App Demo project for Spring Session @@ -55,12 +55,12 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.5-SNAPSHOT + 3.3.5 com.oracle.coherence.spring coherence-spring-session - 3.3.5-SNAPSHOT + 3.3.5 ${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 06cbb5e7933..8177a25e6d5 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.5-SNAPSHOT + 3.3.5 spring-session-demo-server @@ -41,12 +41,12 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 3.3.5-SNAPSHOT + 3.3.5 com.oracle.coherence.spring coherence-spring-session - 3.3.5-SNAPSHOT + 3.3.5 ${coherence.groupId}