Skip to content

Commit 8279bec

Browse files
committed
release: update poms to version 23.09.1
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v23.09/": change = 104548]
1 parent f3038fe commit 8279bec

File tree

59 files changed

+59
-59
lines changed

Some content is hidden

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

59 files changed

+59
-59
lines changed

prj/coherence-bom/pom.xml

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

105105
<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=23.09.1-SNAPSHOT
9+
coherenceVersion=23.09.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<name>Coherence Guides - Sample</name>
1818

1919
<properties>
20-
<revision>23.09.1-SNAPSHOT</revision>
20+
<revision>23.09.1</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=23.09.1-SNAPSHOT
8+
coherenceVersion=23.09.1
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<name>Coherence Guides - Coherence*Extend</name>
1818

1919
<properties>
20-
<revision>23.09.1-SNAPSHOT</revision>
20+
<revision>23.09.1</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=23.09.1-SNAPSHOT
8+
coherenceVersion=23.09.1
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<name>Coherence Guides - Health Checks</name>
1818

1919
<properties>
20-
<revision>23.09.1-SNAPSHOT</revision>
20+
<revision>23.09.1</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=23.09.1-SNAPSHOT
8+
coherenceVersion=23.09.1
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<name>Coherence Guides - Put Get Remove</name>
1818

1919
<properties>
20-
<revision>23.09.1-SNAPSHOT</revision>
20+
<revision>23.09.1</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=23.09.1-SNAPSHOT
8+
coherenceVersion=23.09.1
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

0 commit comments

Comments
 (0)