From b4c1834f30bfc4c2a8ace0ad97702e55135a52e5 Mon Sep 17 00:00:00 2001 From: Coherence Release User Date: Thu, 21 Mar 2024 10:53:30 -0500 Subject: [PATCH] release: update poms to version 24.03 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v24.03/": change = 107763] --- prj/coherence-bom/pom.xml | 2 +- prj/examples/guides/050-bootstrap/gradle.properties | 2 +- prj/examples/guides/050-bootstrap/pom.xml | 2 +- prj/examples/guides/070-coherence-extend/gradle.properties | 2 +- prj/examples/guides/070-coherence-extend/pom.xml | 2 +- prj/examples/guides/090-health-checks/gradle.properties | 2 +- prj/examples/guides/090-health-checks/pom.xml | 2 +- prj/examples/guides/100-put-get-remove/gradle.properties | 2 +- prj/examples/guides/100-put-get-remove/pom.xml | 2 +- prj/examples/guides/110-queries/gradle.properties | 2 +- prj/examples/guides/110-queries/pom.xml | 2 +- prj/examples/guides/120-built-in-aggregators/gradle.properties | 2 +- prj/examples/guides/120-built-in-aggregators/pom.xml | 2 +- prj/examples/guides/121-custom-aggregators/gradle.properties | 2 +- prj/examples/guides/121-custom-aggregators/pom.xml | 2 +- prj/examples/guides/124-views/gradle.properties | 2 +- prj/examples/guides/124-views/pom.xml | 2 +- prj/examples/guides/125-streams/gradle.properties | 2 +- prj/examples/guides/125-streams/pom.xml | 2 +- prj/examples/guides/128-entry-processors/gradle.properties | 2 +- prj/examples/guides/128-entry-processors/pom.xml | 2 +- prj/examples/guides/130-near-caching/gradle.properties | 2 +- prj/examples/guides/130-near-caching/pom.xml | 2 +- prj/examples/guides/140-client-events/gradle.properties | 2 +- prj/examples/guides/140-client-events/pom.xml | 2 +- prj/examples/guides/142-server-events/gradle.properties | 2 +- prj/examples/guides/142-server-events/pom.xml | 2 +- prj/examples/guides/145-durable-events/gradle.properties | 2 +- prj/examples/guides/145-durable-events/pom.xml | 2 +- prj/examples/guides/190-cache-stores/gradle.properties | 2 +- prj/examples/guides/190-cache-stores/pom.xml | 2 +- prj/examples/guides/195-bulk-loading-caches/gradle.properties | 2 +- prj/examples/guides/195-bulk-loading-caches/pom.xml | 2 +- prj/examples/guides/200-federation/gradle.properties | 2 +- prj/examples/guides/200-federation/pom.xml | 2 +- prj/examples/guides/210-ssl/gradle.properties | 2 +- prj/examples/guides/210-ssl/pom.xml | 2 +- prj/examples/guides/220-performance/gradle.properties | 2 +- prj/examples/guides/220-performance/pom.xml | 2 +- prj/examples/guides/460-topics/gradle.properties | 2 +- prj/examples/guides/460-topics/pom.xml | 2 +- prj/examples/guides/510-executor/gradle.properties | 2 +- prj/examples/guides/510-executor/pom.xml | 2 +- prj/examples/guides/600-response-caching/gradle.properties | 2 +- prj/examples/guides/600-response-caching/pom.xml | 2 +- prj/examples/guides/905-key-association/gradle.properties | 2 +- prj/examples/guides/905-key-association/pom.xml | 2 +- .../guides/906-partition-level-transactions/gradle.properties | 2 +- prj/examples/guides/906-partition-level-transactions/pom.xml | 2 +- prj/examples/guides/910-multi-cluster-client/gradle.properties | 2 +- prj/examples/guides/910-multi-cluster-client/pom.xml | 2 +- prj/examples/internal/template/gradle.properties | 2 +- prj/examples/internal/template/pom.xml | 2 +- prj/examples/tutorials/200-persistence/gradle.properties | 2 +- prj/examples/tutorials/200-persistence/pom.xml | 2 +- prj/examples/tutorials/500-graphql/complete/gradle.properties | 2 +- prj/examples/tutorials/500-graphql/complete/pom.xml | 2 +- prj/examples/tutorials/500-graphql/initial/gradle.properties | 2 +- prj/examples/tutorials/500-graphql/initial/pom.xml | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/prj/coherence-bom/pom.xml b/prj/coherence-bom/pom.xml index 57eeec0942672..faa200323902c 100644 --- a/prj/coherence-bom/pom.xml +++ b/prj/coherence-bom/pom.xml @@ -103,7 +103,7 @@ Note that this property has to be named 'revision' and that it has special meaning for Maven (see http://maven.apache.org/maven-ci-friendly.html) --> - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce 3.1.1 diff --git a/prj/examples/guides/050-bootstrap/gradle.properties b/prj/examples/guides/050-bootstrap/gradle.properties index 347a188ae9b51..594976ccc5bab 100644 --- a/prj/examples/guides/050-bootstrap/gradle.properties +++ b/prj/examples/guides/050-bootstrap/gradle.properties @@ -6,7 +6,7 @@ # # Change this property to the Coherence version you want to use -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 # The Coherence groupId is com.oracle.coherence.ce for the Community Edition # or com.oracle.coherence for the Commercial Edition coherenceGroupId=com.oracle.coherence.ce diff --git a/prj/examples/guides/050-bootstrap/pom.xml b/prj/examples/guides/050-bootstrap/pom.xml index 494648e27017d..3bd9ff828d05b 100644 --- a/prj/examples/guides/050-bootstrap/pom.xml +++ b/prj/examples/guides/050-bootstrap/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Sample - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${revision} diff --git a/prj/examples/guides/070-coherence-extend/gradle.properties b/prj/examples/guides/070-coherence-extend/gradle.properties index 7ee45c18ea4d3..a29da6ec36cf9 100644 --- a/prj/examples/guides/070-coherence-extend/gradle.properties +++ b/prj/examples/guides/070-coherence-extend/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/070-coherence-extend/pom.xml b/prj/examples/guides/070-coherence-extend/pom.xml index 9719b24a2b690..e4ffc7a436afd 100644 --- a/prj/examples/guides/070-coherence-extend/pom.xml +++ b/prj/examples/guides/070-coherence-extend/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Coherence*Extend - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${revision} diff --git a/prj/examples/guides/090-health-checks/gradle.properties b/prj/examples/guides/090-health-checks/gradle.properties index d3e9ca5abd4be..740b086673ffe 100644 --- a/prj/examples/guides/090-health-checks/gradle.properties +++ b/prj/examples/guides/090-health-checks/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/090-health-checks/pom.xml b/prj/examples/guides/090-health-checks/pom.xml index 1520544f613bf..264ed815df576 100644 --- a/prj/examples/guides/090-health-checks/pom.xml +++ b/prj/examples/guides/090-health-checks/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Health Checks - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${revision} diff --git a/prj/examples/guides/100-put-get-remove/gradle.properties b/prj/examples/guides/100-put-get-remove/gradle.properties index a434f61274e9e..2491bd9571489 100644 --- a/prj/examples/guides/100-put-get-remove/gradle.properties +++ b/prj/examples/guides/100-put-get-remove/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/100-put-get-remove/pom.xml b/prj/examples/guides/100-put-get-remove/pom.xml index 03288a853d5ab..99c9f8dd16a7d 100644 --- a/prj/examples/guides/100-put-get-remove/pom.xml +++ b/prj/examples/guides/100-put-get-remove/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Put Get Remove - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/110-queries/gradle.properties b/prj/examples/guides/110-queries/gradle.properties index 4738eda8a06b5..d1b28f1e1cf3c 100644 --- a/prj/examples/guides/110-queries/gradle.properties +++ b/prj/examples/guides/110-queries/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/110-queries/pom.xml b/prj/examples/guides/110-queries/pom.xml index e2885dd99a87b..3735152683c19 100644 --- a/prj/examples/guides/110-queries/pom.xml +++ b/prj/examples/guides/110-queries/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Queries - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/120-built-in-aggregators/gradle.properties b/prj/examples/guides/120-built-in-aggregators/gradle.properties index d3e9ca5abd4be..740b086673ffe 100644 --- a/prj/examples/guides/120-built-in-aggregators/gradle.properties +++ b/prj/examples/guides/120-built-in-aggregators/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/120-built-in-aggregators/pom.xml b/prj/examples/guides/120-built-in-aggregators/pom.xml index 9e648f0ccdad2..76e683023a5a8 100644 --- a/prj/examples/guides/120-built-in-aggregators/pom.xml +++ b/prj/examples/guides/120-built-in-aggregators/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Built-In Aggregators - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/121-custom-aggregators/gradle.properties b/prj/examples/guides/121-custom-aggregators/gradle.properties index 54b2cff301ff9..58f8688b61932 100644 --- a/prj/examples/guides/121-custom-aggregators/gradle.properties +++ b/prj/examples/guides/121-custom-aggregators/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce hamcrestVersion=2.2 diff --git a/prj/examples/guides/121-custom-aggregators/pom.xml b/prj/examples/guides/121-custom-aggregators/pom.xml index c2957da265afc..369f4e133fa13 100644 --- a/prj/examples/guides/121-custom-aggregators/pom.xml +++ b/prj/examples/guides/121-custom-aggregators/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Custom Aggregators - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/124-views/gradle.properties b/prj/examples/guides/124-views/gradle.properties index 54b2cff301ff9..58f8688b61932 100644 --- a/prj/examples/guides/124-views/gradle.properties +++ b/prj/examples/guides/124-views/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce hamcrestVersion=2.2 diff --git a/prj/examples/guides/124-views/pom.xml b/prj/examples/guides/124-views/pom.xml index c44c780a5dea1..80e0f5a4dfad2 100644 --- a/prj/examples/guides/124-views/pom.xml +++ b/prj/examples/guides/124-views/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Views - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/125-streams/gradle.properties b/prj/examples/guides/125-streams/gradle.properties index a434f61274e9e..2491bd9571489 100644 --- a/prj/examples/guides/125-streams/gradle.properties +++ b/prj/examples/guides/125-streams/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/125-streams/pom.xml b/prj/examples/guides/125-streams/pom.xml index 62a79a9d930bb..39e77973fd57a 100644 --- a/prj/examples/guides/125-streams/pom.xml +++ b/prj/examples/guides/125-streams/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Streams - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/128-entry-processors/gradle.properties b/prj/examples/guides/128-entry-processors/gradle.properties index 4738eda8a06b5..d1b28f1e1cf3c 100644 --- a/prj/examples/guides/128-entry-processors/gradle.properties +++ b/prj/examples/guides/128-entry-processors/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/128-entry-processors/pom.xml b/prj/examples/guides/128-entry-processors/pom.xml index a9b9239b0ae7d..c7cff49100c92 100644 --- a/prj/examples/guides/128-entry-processors/pom.xml +++ b/prj/examples/guides/128-entry-processors/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Views - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/130-near-caching/gradle.properties b/prj/examples/guides/130-near-caching/gradle.properties index a434f61274e9e..2491bd9571489 100644 --- a/prj/examples/guides/130-near-caching/gradle.properties +++ b/prj/examples/guides/130-near-caching/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/130-near-caching/pom.xml b/prj/examples/guides/130-near-caching/pom.xml index d1daaf54bbfbc..a3bf5a6c243d0 100644 --- a/prj/examples/guides/130-near-caching/pom.xml +++ b/prj/examples/guides/130-near-caching/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Near Caching - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/140-client-events/gradle.properties b/prj/examples/guides/140-client-events/gradle.properties index d3e9ca5abd4be..740b086673ffe 100644 --- a/prj/examples/guides/140-client-events/gradle.properties +++ b/prj/examples/guides/140-client-events/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/140-client-events/pom.xml b/prj/examples/guides/140-client-events/pom.xml index 74c70495c0b2e..b23480108aa26 100644 --- a/prj/examples/guides/140-client-events/pom.xml +++ b/prj/examples/guides/140-client-events/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Client Events - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/142-server-events/gradle.properties b/prj/examples/guides/142-server-events/gradle.properties index d3e9ca5abd4be..740b086673ffe 100644 --- a/prj/examples/guides/142-server-events/gradle.properties +++ b/prj/examples/guides/142-server-events/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/142-server-events/pom.xml b/prj/examples/guides/142-server-events/pom.xml index 6b4382557323e..a30a33597744b 100644 --- a/prj/examples/guides/142-server-events/pom.xml +++ b/prj/examples/guides/142-server-events/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Server Events - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/145-durable-events/gradle.properties b/prj/examples/guides/145-durable-events/gradle.properties index d3e9ca5abd4be..740b086673ffe 100644 --- a/prj/examples/guides/145-durable-events/gradle.properties +++ b/prj/examples/guides/145-durable-events/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/145-durable-events/pom.xml b/prj/examples/guides/145-durable-events/pom.xml index 56b85aded7528..cef0dee19efd4 100644 --- a/prj/examples/guides/145-durable-events/pom.xml +++ b/prj/examples/guides/145-durable-events/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Durable Events - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/190-cache-stores/gradle.properties b/prj/examples/guides/190-cache-stores/gradle.properties index 3f9ac087ce767..51c69a956a2b3 100644 --- a/prj/examples/guides/190-cache-stores/gradle.properties +++ b/prj/examples/guides/190-cache-stores/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce hibernateCacheStoreVersion=2.0.0 diff --git a/prj/examples/guides/190-cache-stores/pom.xml b/prj/examples/guides/190-cache-stores/pom.xml index bb8b35c694281..6642e607b7a99 100644 --- a/prj/examples/guides/190-cache-stores/pom.xml +++ b/prj/examples/guides/190-cache-stores/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Cache Stores - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/195-bulk-loading-caches/gradle.properties b/prj/examples/guides/195-bulk-loading-caches/gradle.properties index 2297fceeec2c9..a290b5797e895 100644 --- a/prj/examples/guides/195-bulk-loading-caches/gradle.properties +++ b/prj/examples/guides/195-bulk-loading-caches/gradle.properties @@ -6,7 +6,7 @@ # # Change this property to the Coherence version you want to use -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 # The Coherence groupId is com.oracle.coherence.ce for the Community Edition # or com.oracle.coherence for the Commercial Edition coherenceGroupId=com.oracle.coherence.ce diff --git a/prj/examples/guides/195-bulk-loading-caches/pom.xml b/prj/examples/guides/195-bulk-loading-caches/pom.xml index 0b4995524f5ca..c24cf6f0e58ac 100644 --- a/prj/examples/guides/195-bulk-loading-caches/pom.xml +++ b/prj/examples/guides/195-bulk-loading-caches/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Bulk Loading Caches - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/200-federation/gradle.properties b/prj/examples/guides/200-federation/gradle.properties index 831e56cebb792..957da1a94765d 100644 --- a/prj/examples/guides/200-federation/gradle.properties +++ b/prj/examples/guides/200-federation/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/200-federation/pom.xml b/prj/examples/guides/200-federation/pom.xml index c063459f6eef5..fa6999843375f 100644 --- a/prj/examples/guides/200-federation/pom.xml +++ b/prj/examples/guides/200-federation/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Federation - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/210-ssl/gradle.properties b/prj/examples/guides/210-ssl/gradle.properties index d3e9ca5abd4be..740b086673ffe 100644 --- a/prj/examples/guides/210-ssl/gradle.properties +++ b/prj/examples/guides/210-ssl/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/210-ssl/pom.xml b/prj/examples/guides/210-ssl/pom.xml index 58a46dc3e81aa..e1d08313be563 100644 --- a/prj/examples/guides/210-ssl/pom.xml +++ b/prj/examples/guides/210-ssl/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Securing with SSL - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/220-performance/gradle.properties b/prj/examples/guides/220-performance/gradle.properties index edc54149c347c..4d39c227b0b29 100644 --- a/prj/examples/guides/220-performance/gradle.properties +++ b/prj/examples/guides/220-performance/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/220-performance/pom.xml b/prj/examples/guides/220-performance/pom.xml index c89cfe9da4a20..87ebd2ac76fe3 100644 --- a/prj/examples/guides/220-performance/pom.xml +++ b/prj/examples/guides/220-performance/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Performance - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/460-topics/gradle.properties b/prj/examples/guides/460-topics/gradle.properties index d3e9ca5abd4be..740b086673ffe 100644 --- a/prj/examples/guides/460-topics/gradle.properties +++ b/prj/examples/guides/460-topics/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/460-topics/pom.xml b/prj/examples/guides/460-topics/pom.xml index c5cdcad2fdfa9..a6e9ef1e156ff 100644 --- a/prj/examples/guides/460-topics/pom.xml +++ b/prj/examples/guides/460-topics/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Topics - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/510-executor/gradle.properties b/prj/examples/guides/510-executor/gradle.properties index da2616d3b6d07..fece3c2dcdd9c 100644 --- a/prj/examples/guides/510-executor/gradle.properties +++ b/prj/examples/guides/510-executor/gradle.properties @@ -6,7 +6,7 @@ # # Change this property to the Coherence version you want to use -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 # The Coherence groupId is com.oracle.coherence.ce for the Community Edition # or com.oracle.coherence for the Commercial Edition coherenceGroupId=com.oracle.coherence diff --git a/prj/examples/guides/510-executor/pom.xml b/prj/examples/guides/510-executor/pom.xml index 9f2e04739cb8e..9a3134cc74f80 100644 --- a/prj/examples/guides/510-executor/pom.xml +++ b/prj/examples/guides/510-executor/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Executor Service - 24.03-SNAPSHOT + 24.03 com.oracle.coherence ${project.version} diff --git a/prj/examples/guides/600-response-caching/gradle.properties b/prj/examples/guides/600-response-caching/gradle.properties index 6c1ed0ebc463c..5b5550a1362f0 100644 --- a/prj/examples/guides/600-response-caching/gradle.properties +++ b/prj/examples/guides/600-response-caching/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/600-response-caching/pom.xml b/prj/examples/guides/600-response-caching/pom.xml index 39c449b4f33b5..bc7422c7106d4 100644 --- a/prj/examples/guides/600-response-caching/pom.xml +++ b/prj/examples/guides/600-response-caching/pom.xml @@ -24,7 +24,7 @@ Coherence Guides - Response Caching - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/905-key-association/gradle.properties b/prj/examples/guides/905-key-association/gradle.properties index 380d5c33374ea..450f89657b5af 100644 --- a/prj/examples/guides/905-key-association/gradle.properties +++ b/prj/examples/guides/905-key-association/gradle.properties @@ -6,7 +6,7 @@ # # Change this property to the Coherence version you want to use -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 # The Coherence groupId is com.oracle.coherence.ce for the Community Edition # or com.oracle.coherence for the Commercial Edition coherenceGroupId=com.oracle.coherence.ce diff --git a/prj/examples/guides/905-key-association/pom.xml b/prj/examples/guides/905-key-association/pom.xml index c0d6a88f5e3fa..fea1ce68e88ce 100644 --- a/prj/examples/guides/905-key-association/pom.xml +++ b/prj/examples/guides/905-key-association/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Key Association - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/906-partition-level-transactions/gradle.properties b/prj/examples/guides/906-partition-level-transactions/gradle.properties index 3b9fd6e531b2e..4890a0b2dd27c 100644 --- a/prj/examples/guides/906-partition-level-transactions/gradle.properties +++ b/prj/examples/guides/906-partition-level-transactions/gradle.properties @@ -6,7 +6,7 @@ # # Change this property to the Coherence version you want to use -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 # The Coherence groupId is com.oracle.coherence.ce for the Community Edition # or com.oracle.coherence for the Commercial Edition coherenceGroupId=com.oracle.coherence.ce diff --git a/prj/examples/guides/906-partition-level-transactions/pom.xml b/prj/examples/guides/906-partition-level-transactions/pom.xml index c771883bddb48..634eabb0a40c4 100644 --- a/prj/examples/guides/906-partition-level-transactions/pom.xml +++ b/prj/examples/guides/906-partition-level-transactions/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Partition Level Transactions - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/910-multi-cluster-client/gradle.properties b/prj/examples/guides/910-multi-cluster-client/gradle.properties index 735107c872500..b3a3cd0ba2dfb 100644 --- a/prj/examples/guides/910-multi-cluster-client/gradle.properties +++ b/prj/examples/guides/910-multi-cluster-client/gradle.properties @@ -6,7 +6,7 @@ # # Change this property to the Coherence version you want to use -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 # The Coherence groupId is com.oracle.coherence.ce for the Community Edition # or com.oracle.coherence for the Commercial Edition coherenceGroupId=com.oracle.coherence.ce diff --git a/prj/examples/guides/910-multi-cluster-client/pom.xml b/prj/examples/guides/910-multi-cluster-client/pom.xml index 980fa92e2f2d1..8f6f5695457aa 100644 --- a/prj/examples/guides/910-multi-cluster-client/pom.xml +++ b/prj/examples/guides/910-multi-cluster-client/pom.xml @@ -18,7 +18,7 @@ pom - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/internal/template/gradle.properties b/prj/examples/internal/template/gradle.properties index d332ebc5b8549..1b2f1e869ecfb 100644 --- a/prj/examples/internal/template/gradle.properties +++ b/prj/examples/internal/template/gradle.properties @@ -6,7 +6,7 @@ # # Change this property to the Coherence version you want to use -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 # The Coherence groupId is com.oracle.coherence.ce for the Community Edition # or com.oracle.coherence for the Commercial Edition coherenceGroupId=com.oracle.coherence.ce diff --git a/prj/examples/internal/template/pom.xml b/prj/examples/internal/template/pom.xml index e9b66202788a2..9435e2de19289 100644 --- a/prj/examples/internal/template/pom.xml +++ b/prj/examples/internal/template/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Sample - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/tutorials/200-persistence/gradle.properties b/prj/examples/tutorials/200-persistence/gradle.properties index 831e56cebb792..957da1a94765d 100644 --- a/prj/examples/tutorials/200-persistence/gradle.properties +++ b/prj/examples/tutorials/200-persistence/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/tutorials/200-persistence/pom.xml b/prj/examples/tutorials/200-persistence/pom.xml index 77d56ce4f9dc7..b10a8c6899398 100644 --- a/prj/examples/tutorials/200-persistence/pom.xml +++ b/prj/examples/tutorials/200-persistence/pom.xml @@ -17,7 +17,7 @@ Coherence Tutorials - Persistence - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/tutorials/500-graphql/complete/gradle.properties b/prj/examples/tutorials/500-graphql/complete/gradle.properties index 3091954fa8b5f..a5ae06a05a3f1 100644 --- a/prj/examples/tutorials/500-graphql/complete/gradle.properties +++ b/prj/examples/tutorials/500-graphql/complete/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce helidonVersion=4.0.5 diff --git a/prj/examples/tutorials/500-graphql/complete/pom.xml b/prj/examples/tutorials/500-graphql/complete/pom.xml index deb651917eaa8..4cabbfe3f5c3b 100644 --- a/prj/examples/tutorials/500-graphql/complete/pom.xml +++ b/prj/examples/tutorials/500-graphql/complete/pom.xml @@ -17,7 +17,7 @@ Coherence Tutorials - GraphQL Complete - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/tutorials/500-graphql/initial/gradle.properties b/prj/examples/tutorials/500-graphql/initial/gradle.properties index 1e8037b72e4b3..b0617da504ccd 100644 --- a/prj/examples/tutorials/500-graphql/initial/gradle.properties +++ b/prj/examples/tutorials/500-graphql/initial/gradle.properties @@ -5,7 +5,7 @@ # https://oss.oracle.com/licenses/upl. # -coherenceVersion=23.09-SNAPSHOT +coherenceVersion=24.03 coherenceGroupId=com.oracle.coherence.ce helidonVersion=4.0.5 diff --git a/prj/examples/tutorials/500-graphql/initial/pom.xml b/prj/examples/tutorials/500-graphql/initial/pom.xml index 14f6974c322de..4be34b0b80635 100644 --- a/prj/examples/tutorials/500-graphql/initial/pom.xml +++ b/prj/examples/tutorials/500-graphql/initial/pom.xml @@ -17,7 +17,7 @@ Coherence Tutorials - GraphQL Initial - 24.03-SNAPSHOT + 24.03 com.oracle.coherence.ce ${project.version}