From b7307c0794a61d24de925a741bd062a3776be38f Mon Sep 17 00:00:00 2001 From: Chinmay Patel Date: Tue, 7 Nov 2023 14:31:33 +0000 Subject: [PATCH] revert CL# 104527 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v23.09/": change = 104528] --- 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 e9cb03f654054..397658f3d99dc 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 + 23.09.1-SNAPSHOT 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 37d45fbfd4d4f..66367e0444e55 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 +coherenceVersion=23.09.1-SNAPSHOT # 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 9881b1652d170..bf701712c4701 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 + 23.09.1-SNAPSHOT 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 66d91419275ed..9f1e43c9bf97e 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 +coherenceVersion=23.09.1-SNAPSHOT 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 ff2f998245141..981c261bc5ea8 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 + 23.09.1-SNAPSHOT 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 cca6e84737fc1..3f24a41d90ef4 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 +coherenceVersion=23.09.1-SNAPSHOT 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 6024ce38f7d6f..fbedb8deb1579 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 + 23.09.1-SNAPSHOT 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 adeb20bc2ccbc..d7550019689c3 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 +coherenceVersion=23.09.1-SNAPSHOT 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 99b292b86cf35..19c35afa97cb9 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 + 23.09.1-SNAPSHOT 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 6dabd364ccbf8..23c380b708529 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 +coherenceVersion=23.09.1-SNAPSHOT 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 b87449c031685..5a9e0be9ae31f 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 + 23.09.1-SNAPSHOT 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 cca6e84737fc1..3f24a41d90ef4 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 +coherenceVersion=23.09.1-SNAPSHOT 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 eb677f3d2d9f5..4e2feff55b2ac 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 + 23.09.1-SNAPSHOT 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 3b3d2830f7e15..b42a7d3d4367b 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 +coherenceVersion=23.09.1-SNAPSHOT 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 cefe2bb4c8aac..1f782a3b1c9c2 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 + 23.09.1-SNAPSHOT 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 3b3d2830f7e15..b42a7d3d4367b 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 +coherenceVersion=23.09.1-SNAPSHOT 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 5eb0051f1a654..0a9cd4eec4d06 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 + 23.09.1-SNAPSHOT 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 adeb20bc2ccbc..d7550019689c3 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 +coherenceVersion=23.09.1-SNAPSHOT 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 503450336d97a..ff1174576e88f 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 + 23.09.1-SNAPSHOT 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 6dabd364ccbf8..23c380b708529 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 +coherenceVersion=23.09.1-SNAPSHOT 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 9b054898d7429..ded5dd13a7755 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 + 23.09.1-SNAPSHOT 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 adeb20bc2ccbc..d7550019689c3 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 +coherenceVersion=23.09.1-SNAPSHOT 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 1ffa613614887..f6154e63dcac5 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 + 23.09.1-SNAPSHOT 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 cca6e84737fc1..3f24a41d90ef4 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 +coherenceVersion=23.09.1-SNAPSHOT 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 3936d03755907..351684ab2698a 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 + 23.09.1-SNAPSHOT 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 cca6e84737fc1..3f24a41d90ef4 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 +coherenceVersion=23.09.1-SNAPSHOT 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 db22a3aa435f1..8fabcabaf48b7 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 + 23.09.1-SNAPSHOT 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 cca6e84737fc1..3f24a41d90ef4 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 +coherenceVersion=23.09.1-SNAPSHOT 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 c4e8e67c4b057..367cd8b70a032 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 + 23.09.1-SNAPSHOT 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 9457f1def24e8..8f3b4972f4a6d 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 +coherenceVersion=23.09.1-SNAPSHOT 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 7442872ccf71c..93a46cec769d4 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 + 23.09.1-SNAPSHOT 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 37abec91330c9..468f76f4f2ee0 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 +coherenceVersion=23.09.1-SNAPSHOT # 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 846106f56aac8..6152cb0d023f6 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 + 23.09.1-SNAPSHOT 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 1970a329b83a4..5be01141a1463 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 +coherenceVersion=23.09.1-SNAPSHOT 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 0f147c38bd96f..828352e130412 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 + 23.09.1-SNAPSHOT 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 cca6e84737fc1..3f24a41d90ef4 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 +coherenceVersion=23.09.1-SNAPSHOT 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 9317a797dce4a..8645192c67046 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 + 23.09.1-SNAPSHOT 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 5e4c1cb7ea596..e104b12abd214 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 +coherenceVersion=23.09.1-SNAPSHOT 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 a416290670609..8f0e76ac8e4a6 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 + 23.09.1-SNAPSHOT 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 cca6e84737fc1..3f24a41d90ef4 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 +coherenceVersion=23.09.1-SNAPSHOT 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 0538955440ed7..7045e974ef118 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 + 23.09.1-SNAPSHOT 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 628e1c92996b2..376dc453c5ae7 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 +coherenceVersion=23.09.1-SNAPSHOT # 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 d9a0555079fd0..6629810d1a916 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 + 23.09.1-SNAPSHOT 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 41e8efddb8e2d..35a506bd3a7a3 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 +coherenceVersion=23.09.1-SNAPSHOT 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 4638501eca0a2..cc52df2169d62 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 + 23.09.1-SNAPSHOT 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 137260a703be5..d7aeb5a97cdee 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 +coherenceVersion=23.09.1-SNAPSHOT # 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 bcb0a9345edd7..a12200da0b7f1 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 + 23.09.1-SNAPSHOT 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 2b6ccdc896cce..9597dfdfaaa3a 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 +coherenceVersion=23.09.1-SNAPSHOT # 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 42a346a855c0d..71c14ef08b4c2 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 + 23.09.1-SNAPSHOT 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 21b35df02519b..d7dc3016e641e 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 +coherenceVersion=23.09.1-SNAPSHOT # 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 c7f8ebe25e31b..4160dd31f3d99 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 + 23.09.1-SNAPSHOT com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/internal/template/gradle.properties b/prj/examples/internal/template/gradle.properties index 9bd996a1460e1..2d95705ab6e01 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 +coherenceVersion=23.09.1-SNAPSHOT # 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 ac84696e7f57c..740aae4a90773 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 + 23.09.1-SNAPSHOT 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 1970a329b83a4..5be01141a1463 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 +coherenceVersion=23.09.1-SNAPSHOT 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 88fe0abc30a3f..21a33c4abbf5a 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 + 23.09.1-SNAPSHOT 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 7cdeaa16022dc..9594a0e86d58f 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 +coherenceVersion=23.09.1-SNAPSHOT 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 fdd56788df460..34b5f53eb8f17 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 + 23.09.1-SNAPSHOT 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 aecfb92972164..623081ac25532 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 +coherenceVersion=23.09.1-SNAPSHOT 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 1f052e42cddac..0efbbbcebb48d 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 + 23.09.1-SNAPSHOT com.oracle.coherence.ce ${project.version}