diff --git a/prj/coherence-bom/pom.xml b/prj/coherence-bom/pom.xml index a2b29fc5c8a99..9be1f96918a6a 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) --> - 14.1.2-0-1-SNAPSHOT + 14.1.2-0-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 f968b45f91df9..b58e550c54433 100644 --- a/prj/examples/guides/050-bootstrap/gradle.properties +++ b/prj/examples/guides/050-bootstrap/gradle.properties @@ -1,12 +1,12 @@ # -# Copyright (c) 2000, 2024, Oracle and/or its affiliates. +# Copyright (c) 2000, 2025, Oracle and/or its affiliates. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl. # # Change this property to the Coherence version you want to use -coherenceVersion=14.1.2-0-1-SNAPSHOT +coherenceVersion=14.1.2-0-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 9223610bf9ff4..d3c50607a082e 100644 --- a/prj/examples/guides/050-bootstrap/pom.xml +++ b/prj/examples/guides/050-bootstrap/pom.xml @@ -1,6 +1,6 @@