Skip to content

Commit

Permalink
release: update poms to version 23.09
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v23.09/": change = 103545]
  • Loading branch information
chpatel3 committed Sep 27, 2023
1 parent b25378c commit 0e27353
Show file tree
Hide file tree
Showing 59 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion prj/coherence-bom/pom.xml
Expand Up @@ -99,7 +99,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)
-->
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>

<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/050-bootstrap/gradle.properties
Expand Up @@ -6,7 +6,7 @@
#

# Change this property to the Coherence version you want to use
coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
# 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
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/050-bootstrap/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Sample</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${revision}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/070-coherence-extend/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/070-coherence-extend/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Coherence*Extend</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${revision}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/090-health-checks/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/090-health-checks/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Health Checks</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${revision}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/100-put-get-remove/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
2 changes: 1 addition & 1 deletion prj/examples/guides/100-put-get-remove/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Put Get Remove</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/110-queries/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/110-queries/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Queries</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/120-built-in-aggregators/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Built-In Aggregators</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

hamcrestVersion=2.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/121-custom-aggregators/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Custom Aggregators</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/124-views/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

hamcrestVersion=2.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/124-views/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Views</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/125-streams/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
2 changes: 1 addition & 1 deletion prj/examples/guides/125-streams/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Streams</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/128-entry-processors/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/128-entry-processors/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Views</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/130-near-caching/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
2 changes: 1 addition & 1 deletion prj/examples/guides/130-near-caching/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Near Caching</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/140-client-events/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/140-client-events/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Client Events</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/142-server-events/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/142-server-events/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Server Events</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/145-durable-events/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/145-durable-events/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Durable Events</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/190-cache-stores/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

hibernateCacheStoreVersion=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/190-cache-stores/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Cache Stores</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
Expand Up @@ -6,7 +6,7 @@
#

# Change this property to the Coherence version you want to use
coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
# 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
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/195-bulk-loading-caches/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Bulk Loading Caches</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/200-federation/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/200-federation/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Federation</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/210-ssl/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/210-ssl/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Securing with SSL</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/220-performance/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/220-performance/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Performance</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/460-topics/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/460-topics/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Topics</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/510-executor/gradle.properties
Expand Up @@ -6,7 +6,7 @@
#

# Change this property to the Coherence version you want to use
coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
# The Coherence groupId is com.oracle.coherence.ce for the Community Edition
# or com.oracle.coherence for the Commercial Edition
coherenceGroupId=com.oracle.coherence
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/510-executor/pom.xml
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Executor Service</name>

<properties>
<revision>23.09-SNAPSHOT</revision>
<revision>23.09</revision>

<coherence.group.id>com.oracle.coherence</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/600-response-caching/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=23.09-SNAPSHOT
coherenceVersion=23.09
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down

0 comments on commit 0e27353

Please sign in to comment.