From 8279becd31736091588b5ebc17a6f9520fc5dca9 Mon Sep 17 00:00:00 2001 From: Coherence Release User Date: Wed, 8 Nov 2023 13:08:43 +0000 Subject: [PATCH] release: update poms to version 23.09.1 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v23.09/": change = 104548] --- 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 397658f3d99dc..e9cb03f654054 100644 --- a/prj/coherence-bom/pom.xml +++ b/prj/coherence-bom/pom.xml @@ -99,7 +99,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) --> - 23.09.1-SNAPSHOT + 23.09.1 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 66367e0444e55..37d45fbfd4d4f 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.1-SNAPSHOT +coherenceVersion=23.09.1 # 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 bf701712c4701..9881b1652d170 100644 --- a/prj/examples/guides/050-bootstrap/pom.xml +++ b/prj/examples/guides/050-bootstrap/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Sample - 23.09.1-SNAPSHOT + 23.09.1 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 9f1e43c9bf97e..66d91419275ed 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 981c261bc5ea8..ff2f998245141 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 - 23.09.1-SNAPSHOT + 23.09.1 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 3f24a41d90ef4..cca6e84737fc1 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 fbedb8deb1579..6024ce38f7d6f 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 - 23.09.1-SNAPSHOT + 23.09.1 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 d7550019689c3..adeb20bc2ccbc 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 19c35afa97cb9..99b292b86cf35 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 - 23.09.1-SNAPSHOT + 23.09.1 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 23c380b708529..6dabd364ccbf8 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 5a9e0be9ae31f..b87449c031685 100644 --- a/prj/examples/guides/110-queries/pom.xml +++ b/prj/examples/guides/110-queries/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Queries - 23.09.1-SNAPSHOT + 23.09.1 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 3f24a41d90ef4..cca6e84737fc1 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 4e2feff55b2ac..eb677f3d2d9f5 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 - 23.09.1-SNAPSHOT + 23.09.1 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 b42a7d3d4367b..3b3d2830f7e15 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 1f782a3b1c9c2..cefe2bb4c8aac 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 - 23.09.1-SNAPSHOT + 23.09.1 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 b42a7d3d4367b..3b3d2830f7e15 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 0a9cd4eec4d06..5eb0051f1a654 100644 --- a/prj/examples/guides/124-views/pom.xml +++ b/prj/examples/guides/124-views/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Views - 23.09.1-SNAPSHOT + 23.09.1 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 d7550019689c3..adeb20bc2ccbc 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 ff1174576e88f..503450336d97a 100644 --- a/prj/examples/guides/125-streams/pom.xml +++ b/prj/examples/guides/125-streams/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Streams - 23.09.1-SNAPSHOT + 23.09.1 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 23c380b708529..6dabd364ccbf8 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 ded5dd13a7755..9b054898d7429 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 - 23.09.1-SNAPSHOT + 23.09.1 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 d7550019689c3..adeb20bc2ccbc 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 f6154e63dcac5..1ffa613614887 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 - 23.09.1-SNAPSHOT + 23.09.1 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 3f24a41d90ef4..cca6e84737fc1 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 351684ab2698a..3936d03755907 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 - 23.09.1-SNAPSHOT + 23.09.1 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 3f24a41d90ef4..cca6e84737fc1 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 8fabcabaf48b7..db22a3aa435f1 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 - 23.09.1-SNAPSHOT + 23.09.1 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 3f24a41d90ef4..cca6e84737fc1 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 367cd8b70a032..c4e8e67c4b057 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 - 23.09.1-SNAPSHOT + 23.09.1 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 8f3b4972f4a6d..9457f1def24e8 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 93a46cec769d4..7442872ccf71c 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 - 23.09.1-SNAPSHOT + 23.09.1 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 468f76f4f2ee0..37abec91330c9 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.1-SNAPSHOT +coherenceVersion=23.09.1 # 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 6152cb0d023f6..846106f56aac8 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 - 23.09.1-SNAPSHOT + 23.09.1 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 5be01141a1463..1970a329b83a4 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 828352e130412..0f147c38bd96f 100644 --- a/prj/examples/guides/200-federation/pom.xml +++ b/prj/examples/guides/200-federation/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Federation - 23.09.1-SNAPSHOT + 23.09.1 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 3f24a41d90ef4..cca6e84737fc1 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 8645192c67046..9317a797dce4a 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 - 23.09.1-SNAPSHOT + 23.09.1 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 e104b12abd214..5e4c1cb7ea596 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 8f0e76ac8e4a6..a416290670609 100644 --- a/prj/examples/guides/220-performance/pom.xml +++ b/prj/examples/guides/220-performance/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Performance - 23.09.1-SNAPSHOT + 23.09.1 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 3f24a41d90ef4..cca6e84737fc1 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 7045e974ef118..0538955440ed7 100644 --- a/prj/examples/guides/460-topics/pom.xml +++ b/prj/examples/guides/460-topics/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Topics - 23.09.1-SNAPSHOT + 23.09.1 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 376dc453c5ae7..628e1c92996b2 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.1-SNAPSHOT +coherenceVersion=23.09.1 # 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 6629810d1a916..d9a0555079fd0 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 - 23.09.1-SNAPSHOT + 23.09.1 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 35a506bd3a7a3..41e8efddb8e2d 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 cc52df2169d62..4638501eca0a2 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 - 23.09.1-SNAPSHOT + 23.09.1 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 d7aeb5a97cdee..137260a703be5 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.1-SNAPSHOT +coherenceVersion=23.09.1 # 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 a12200da0b7f1..bcb0a9345edd7 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 - 23.09.1-SNAPSHOT + 23.09.1 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 9597dfdfaaa3a..2b6ccdc896cce 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.1-SNAPSHOT +coherenceVersion=23.09.1 # 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 71c14ef08b4c2..42a346a855c0d 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 - 23.09.1-SNAPSHOT + 23.09.1 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 d7dc3016e641e..21b35df02519b 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.1-SNAPSHOT +coherenceVersion=23.09.1 # 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 4160dd31f3d99..c7f8ebe25e31b 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 - 23.09.1-SNAPSHOT + 23.09.1 com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/internal/template/gradle.properties b/prj/examples/internal/template/gradle.properties index 2d95705ab6e01..9bd996a1460e1 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.1-SNAPSHOT +coherenceVersion=23.09.1 # 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 740aae4a90773..ac84696e7f57c 100644 --- a/prj/examples/internal/template/pom.xml +++ b/prj/examples/internal/template/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Sample - 23.09.1-SNAPSHOT + 23.09.1 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 5be01141a1463..1970a329b83a4 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.1-SNAPSHOT +coherenceVersion=23.09.1 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 21a33c4abbf5a..88fe0abc30a3f 100644 --- a/prj/examples/tutorials/200-persistence/pom.xml +++ b/prj/examples/tutorials/200-persistence/pom.xml @@ -17,7 +17,7 @@ Coherence Tutorials - Persistence - 23.09.1-SNAPSHOT + 23.09.1 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 9594a0e86d58f..7cdeaa16022dc 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.1-SNAPSHOT +coherenceVersion=23.09.1 coherenceGroupId=com.oracle.coherence.ce helidonVersion=3.2.3 diff --git a/prj/examples/tutorials/500-graphql/complete/pom.xml b/prj/examples/tutorials/500-graphql/complete/pom.xml index 34b5f53eb8f17..fdd56788df460 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 - 23.09.1-SNAPSHOT + 23.09.1 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 623081ac25532..aecfb92972164 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.1-SNAPSHOT +coherenceVersion=23.09.1 coherenceGroupId=com.oracle.coherence.ce helidonVersion=3.2.3 diff --git a/prj/examples/tutorials/500-graphql/initial/pom.xml b/prj/examples/tutorials/500-graphql/initial/pom.xml index 0efbbbcebb48d..1f052e42cddac 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 - 23.09.1-SNAPSHOT + 23.09.1 com.oracle.coherence.ce ${project.version}