Skip to content

Commit a4cfc55

Browse files
committed
release: update poms to version 25.03
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v25.03/": change = 115142]
1 parent 1bfa4eb commit a4cfc55

File tree

63 files changed

+88
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+88
-88
lines changed

prj/coherence-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
Note that this property has to be named 'revision' and that it has
104104
special meaning for Maven (see http://maven.apache.org/maven-ci-friendly.html)
105105
-->
106-
<revision>25.03-SNAPSHOT</revision>
106+
<revision>25.03</revision>
107107
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
108108

109109
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>

prj/examples/guides/050-bootstrap/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
# Change this property to the Coherence version you want to use
9-
coherenceVersion=25.03-SNAPSHOT
9+
coherenceVersion=25.03
1010
# The Coherence groupId is com.oracle.coherence.ce for the Community Edition
1111
# or com.oracle.coherence for the Commercial Edition
1212
coherenceGroupId=com.oracle.coherence.ce

prj/examples/guides/050-bootstrap/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -17,7 +17,7 @@
1717
<name>Coherence Guides - Sample</name>
1818

1919
<properties>
20-
<revision>25.03-SNAPSHOT</revision>
20+
<revision>25.03</revision>
2121

2222
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
2323
<coherence.version>${revision}</coherence.version>

prj/examples/guides/070-coherence-extend/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://oss.oracle.com/licenses/upl.
66
#
77

8-
coherenceVersion=25.03-SNAPSHOT
8+
coherenceVersion=25.03
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

prj/examples/guides/070-coherence-extend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2022, 2024 Oracle and/or its affiliates.
3+
~ Copyright (c) 2022, 2025, Oracle and/or its affiliates.
44
~
55
~ Licensed under the Universal Permissive License v 1.0 as shown at
66
~ https://oss.oracle.com/licenses/upl.
@@ -17,7 +17,7 @@
1717
<name>Coherence Guides - Coherence*Extend</name>
1818

1919
<properties>
20-
<revision>25.03-SNAPSHOT</revision>
20+
<revision>25.03</revision>
2121

2222
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
2323
<coherence.version>${revision}</coherence.version>

prj/examples/guides/090-health-checks/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://oss.oracle.com/licenses/upl.
66
#
77

8-
coherenceVersion=25.03-SNAPSHOT
8+
coherenceVersion=25.03
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

prj/examples/guides/090-health-checks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -17,7 +17,7 @@
1717
<name>Coherence Guides - Health Checks</name>
1818

1919
<properties>
20-
<revision>25.03-SNAPSHOT</revision>
20+
<revision>25.03</revision>
2121

2222
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
2323
<coherence.version>${revision}</coherence.version>

prj/examples/guides/100-put-get-remove/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://oss.oracle.com/licenses/upl.
66
#
77

8-
coherenceVersion=25.03-SNAPSHOT
8+
coherenceVersion=25.03
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

prj/examples/guides/100-put-get-remove/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2021, 2024, Oracle and/or its affiliates.
3+
~ Copyright (c) 2021, 2025, Oracle and/or its affiliates.
44
~
55
~ Licensed under the Universal Permissive License v 1.0 as shown at
66
~ https://oss.oracle.com/licenses/upl.
@@ -17,7 +17,7 @@
1717
<name>Coherence Guides - Put Get Remove</name>
1818

1919
<properties>
20-
<revision>25.03-SNAPSHOT</revision>
20+
<revision>25.03</revision>
2121

2222
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
2323
<coherence.version>${project.version}</coherence.version>

prj/examples/guides/110-queries/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://oss.oracle.com/licenses/upl.
66
#
77

8-
coherenceVersion=25.03-SNAPSHOT
8+
coherenceVersion=25.03
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

0 commit comments

Comments
 (0)