Skip to content

Commit

Permalink
release: update poms to version 14.1.2-0-1
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 113245]
  • Loading branch information
chpatel3 committed Jan 6, 2025
1 parent 0f85e56 commit 08da4e7
Show file tree
Hide file tree
Showing 53 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion prj/coherence-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>

<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/050-bootstrap/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

# Change this property to the Coherence version you want to use
coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
# 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
4 changes: 2 additions & 2 deletions prj/examples/guides/050-bootstrap/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Sample</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${revision}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/090-health-checks/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/090-health-checks/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Health Checks</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/100-put-get-remove/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
4 changes: 2 additions & 2 deletions prj/examples/guides/100-put-get-remove/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2021, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2021, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Put Get Remove</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/110-queries/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2022, 2024, Oracle and/or its affiliates.
# Copyright (c) 2022, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/110-queries/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2022, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2022, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Queries</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</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
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
4 changes: 2 additions & 2 deletions prj/examples/guides/120-built-in-aggregators/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2021, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2021, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Built-In Aggregators</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/121-custom-aggregators/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
4 changes: 2 additions & 2 deletions prj/examples/guides/121-custom-aggregators/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2021, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2021, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Custom Aggregators</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/124-views/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

hamcrestVersion=2.2
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/124-views/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2022, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2022, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Views</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/125-streams/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
4 changes: 2 additions & 2 deletions prj/examples/guides/125-streams/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2022, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2022, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Streams</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/128-entry-processors/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2022, 2024, Oracle and/or its affiliates.
# Copyright (c) 2022, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/128-entry-processors/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2022, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2022, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Views</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/130-near-caching/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
4 changes: 2 additions & 2 deletions prj/examples/guides/130-near-caching/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2021, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2021, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Near Caching</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/140-client-events/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/140-client-events/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2000, 2024, Oracle and/or its affiliates.
~ Copyright (c) 2000, 2025, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Client Events</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/142-server-events/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024, Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/142-server-events/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
Expand All @@ -17,7 +17,7 @@
<name>Coherence Guides - Server Events</name>

<properties>
<revision>14.1.2-0-1-SNAPSHOT</revision>
<revision>14.1.2-0-1</revision>

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
Expand Down
4 changes: 2 additions & 2 deletions prj/examples/guides/145-durable-events/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Copyright (c) 2000, 2024 Oracle and/or its affiliates.
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
#

coherenceVersion=14.1.2-0-1-SNAPSHOT
coherenceVersion=14.1.2-0-1
coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
Expand Down
Loading

0 comments on commit 08da4e7

Please sign in to comment.