Skip to content

Commit

Permalink
release: update poms to version 22.06.7
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 105502]
  • Loading branch information
chpatel3 committed Dec 19, 2023
1 parent 1baa2e4 commit 5e11339
Show file tree
Hide file tree
Showing 49 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion prj/coherence-bom/pom.xml
Original file line number Diff line number Diff line change
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>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Health Checks</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# http://oss.oracle.com/licenses/upl.
#

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</revision>

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

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</revision>

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

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

junitVersion=5.8.2
2 changes: 1 addition & 1 deletion prj/examples/guides/121-custom-aggregators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Custom Aggregators</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Views</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Client Events</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Server Events</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Durable Events</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Cache Stores</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

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

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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/600-response-caching/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

junitVersion=5.8.2
Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/600-response-caching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<name>Coherence Guides - Response Caching</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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/905-key-association/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# Change this property to the Coherence version you want to use
coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
# 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/905-key-association/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Key Association</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</revision>

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

# Change this property to the Coherence version you want to use
coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
# 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/910-multi-cluster-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>pom</packaging>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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/internal/template/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# Change this property to the Coherence version you want to use
coherenceVersion=22.06.7-SNAPSHOT
coherenceVersion=22.06.7
# 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/internal/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Coherence Guides - Sample</name>

<properties>
<revision>22.06.7-SNAPSHOT</revision>
<revision>22.06.7</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/tutorials/200-persistence/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://oss.oracle.com/licenses/upl.
#

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

junitVersion=5.8.2
Expand Down

0 comments on commit 5e11339

Please sign in to comment.