Skip to content

Commit 2718d1c

Browse files
committed
update the Coherence version in the examples gradle.properties files
(auto-submit 108336 after successfully running remote remote.full) Job ID: job.9.20240405140720.14625 [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 108337]
1 parent 0d6aedd commit 2718d1c

File tree

29 files changed

+29
-31
lines changed

29 files changed

+29
-31
lines changed

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-SNAPSHOT
9+
coherenceVersion=24.09-SNAPSHOT
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/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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

prj/examples/guides/120-built-in-aggregators/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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

prj/examples/guides/121-custom-aggregators/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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
hamcrestVersion=2.2

prj/examples/guides/124-views/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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
hamcrestVersion=2.2

prj/examples/guides/125-streams/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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

prj/examples/guides/128-entry-processors/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-SNAPSHOT
8+
coherenceVersion=24.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.8.2

0 commit comments

Comments
 (0)