From b4c25b04be5781a4ff10b39aa25a967a737367b4 Mon Sep 17 00:00:00 2001 From: Coherence Release User Date: Mon, 6 Jan 2025 14:47:46 -0500 Subject: [PATCH] release: update poms to version 22.06.12-SNAPSHOT [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 113241] --- 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/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/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/460-topics/gradle.properties | 2 +- prj/examples/guides/460-topics/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 +- 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 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/prj/coherence-bom/pom.xml b/prj/coherence-bom/pom.xml index a3e5c67d3c57..720eb0d48d41 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) --> - 22.06.11 + 22.06.12-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 a025b0bc4d81..27de2c201feb 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=22.06.11 +coherenceVersion=22.06.12-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 0375175be422..95f2c28935a1 100644 --- a/prj/examples/guides/050-bootstrap/pom.xml +++ b/prj/examples/guides/050-bootstrap/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Sample - 22.06.11 + 22.06.12-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 22b92c551e35..dcd3d276fddb 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=22.06.11 +coherenceVersion=22.06.12-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 b6fb1c4bb1fb..b2beb33ae889 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 - 22.06.11 + 22.06.12-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 79d17170ca44..f6ac5256483b 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=22.06.11 +coherenceVersion=22.06.12-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 b1411c272e6b..f62b4166f822 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 - 22.06.11 + 22.06.12-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 a5541af0f244..85e518ea8b65 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=22.06.11 +coherenceVersion=22.06.12-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 e066a994d57d..4b7b746b966f 100644 --- a/prj/examples/guides/110-queries/pom.xml +++ b/prj/examples/guides/110-queries/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Queries - 22.06.11 + 22.06.12-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 f3d645f3d20c..5b39c33d2852 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=22.06.11 +coherenceVersion=22.06.12-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 71626fedfeda..3751c2648192 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 - 22.06.11 + 22.06.12-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 f3d645f3d20c..5b39c33d2852 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=22.06.11 +coherenceVersion=22.06.12-SNAPSHOT coherenceGroupId=com.oracle.coherence.ce junitVersion=5.8.2 diff --git a/prj/examples/guides/121-custom-aggregators/pom.xml b/prj/examples/guides/121-custom-aggregators/pom.xml index e7f4e5f9244a..61ba7cace2e8 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 - 22.06.11 + 22.06.12-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 5875c2104469..b685903f63d8 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=22.06.11 +coherenceVersion=22.06.12-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 6268a9b06901..e3f1331b352a 100644 --- a/prj/examples/guides/124-views/pom.xml +++ b/prj/examples/guides/124-views/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Views - 22.06.11 + 22.06.12-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 f3d645f3d20c..5b39c33d2852 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=22.06.11 +coherenceVersion=22.06.12-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 352aceb0ab85..9a07d33f50cc 100644 --- a/prj/examples/guides/125-streams/pom.xml +++ b/prj/examples/guides/125-streams/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Streams - 22.06.11 + 22.06.12-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 a5541af0f244..85e518ea8b65 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=22.06.11 +coherenceVersion=22.06.12-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 e558baa3a299..864b8cb6df48 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 - 22.06.11 + 22.06.12-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 f3d645f3d20c..5b39c33d2852 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=22.06.11 +coherenceVersion=22.06.12-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 c07c70cfc21d..4c49de81a710 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 - 22.06.11 + 22.06.12-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 22b92c551e35..dcd3d276fddb 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=22.06.11 +coherenceVersion=22.06.12-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 39f21d6983de..46d38345d05c 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 - 22.06.11 + 22.06.12-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 22b92c551e35..dcd3d276fddb 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=22.06.11 +coherenceVersion=22.06.12-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 672ea8198374..9d37de06d869 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 - 22.06.11 + 22.06.12-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 22b92c551e35..dcd3d276fddb 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=22.06.11 +coherenceVersion=22.06.12-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 37381fd9690e..51908f011426 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 - 22.06.11 + 22.06.12-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 62b0c9defe57..de32215e0950 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=22.06.11 +coherenceVersion=22.06.12-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 3f9bd9f4bb6d..b6ac59adc918 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 - 22.06.11 + 22.06.12-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 14af21ea09c1..560d69fa5d6a 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=22.06.11 +coherenceVersion=22.06.12-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 f0cc11e2f1d5..d6b5d520e5ff 100644 --- a/prj/examples/guides/200-federation/pom.xml +++ b/prj/examples/guides/200-federation/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Federation - 22.06.11 + 22.06.12-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 22b92c551e35..dcd3d276fddb 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=22.06.11 +coherenceVersion=22.06.12-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 02509e455350..0033202600e8 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 - 22.06.11 + 22.06.12-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 caba596553b4..c9ee5c095ebf 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=22.06.11 +coherenceVersion=22.06.12-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 724da3955f8d..2ed4b146413b 100644 --- a/prj/examples/guides/460-topics/pom.xml +++ b/prj/examples/guides/460-topics/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Topics - 22.06.11 + 22.06.12-SNAPSHOT com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/guides/600-response-caching/gradle.properties b/prj/examples/guides/600-response-caching/gradle.properties index 3a4e28dc1c4e..d1d737da57d1 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=22.06.11 +coherenceVersion=22.06.12-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 cc0f439a9d52..faf9c7901844 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 - 22.06.11 + 22.06.12-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 8c15e32d84c5..49f5e7ba8609 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=22.06.11 +coherenceVersion=22.06.12-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 788c9b115068..044e48c3882a 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 - 22.06.11 + 22.06.12-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 248d61767bf3..eb67e94409f6 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=22.06.11 +coherenceVersion=22.06.12-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 c139d6142a55..39a4ce683b85 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 - 22.06.11 + 22.06.12-SNAPSHOT com.oracle.coherence.ce ${project.version} diff --git a/prj/examples/internal/template/gradle.properties b/prj/examples/internal/template/gradle.properties index 8c15e32d84c5..49f5e7ba8609 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=22.06.11 +coherenceVersion=22.06.12-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 71641ba7da3b..bf9a772e0ac7 100644 --- a/prj/examples/internal/template/pom.xml +++ b/prj/examples/internal/template/pom.xml @@ -17,7 +17,7 @@ Coherence Guides - Sample - 22.06.11 + 22.06.12-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 14af21ea09c1..560d69fa5d6a 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=22.06.11 +coherenceVersion=22.06.12-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 27b376244265..cf44366eb17f 100644 --- a/prj/examples/tutorials/200-persistence/pom.xml +++ b/prj/examples/tutorials/200-persistence/pom.xml @@ -17,7 +17,7 @@ Coherence Tutorials - Persistence - 22.06.11 + 22.06.12-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 3b37694a466c..1ec36910efda 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=22.06.11 +coherenceVersion=22.06.12-SNAPSHOT coherenceGroupId=com.oracle.coherence.ce helidonVersion=2.6.10 diff --git a/prj/examples/tutorials/500-graphql/complete/pom.xml b/prj/examples/tutorials/500-graphql/complete/pom.xml index 796e263e6c38..dacd35993c06 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 - 22.06.11 + 22.06.12-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 3b37694a466c..1ec36910efda 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=22.06.11 +coherenceVersion=22.06.12-SNAPSHOT coherenceGroupId=com.oracle.coherence.ce helidonVersion=2.6.10 diff --git a/prj/examples/tutorials/500-graphql/initial/pom.xml b/prj/examples/tutorials/500-graphql/initial/pom.xml index 8d3c1bccd545..7a33062b5419 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 - 22.06.11 + 22.06.12-SNAPSHOT com.oracle.coherence.ce ${project.version}