Skip to content

Commit 4426c0d

Browse files
committed
Bug 38177809 - bump maven plugin api version to 3.9.10 (integ ce/main -> ce/25.03 @ 117329)
(RQ# job.9.20250711174758.12972) [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v25.03/": change = 117351]
1 parent e2ae039 commit 4426c0d

File tree

66 files changed

+93
-67
lines changed

Some content is hidden

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

66 files changed

+93
-67
lines changed

prj/coherence-bom/pom.xml

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

109109
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>

prj/etc/dependency-check-suppression.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,16 @@
522522
<cve>CVE-2022-33879</cve>
523523
</suppress>
524524

525+
<!-- Added for poi-ooxml-5.3.0.jar which is a 4th party dependency of
526+
dev.langchain4j:langchain4j-document-parser-apache-tika:jar:1.0.0-beta2
527+
used in examples -->
528+
<suppress>
529+
<notes><![CDATA[
530+
file name: poi-ooxml-5.3.0.jar
531+
]]></notes>
532+
<packageUrl regex="true">^pkg:maven/org\.apache\.poi/poi\-ooxml@.*$</packageUrl>
533+
<cpe>cpe:2.3:a:apache:poi</cpe>
534+
<cve>CVE-2025-31672</cve>
535+
</suppress>
536+
525537
</suppressions>

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=25.03.3-SNAPSHOT
9+
coherenceVersion=25.03.2-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/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 - Bootstrap API</name>
1818

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

1111
junitVersion=5.12.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>25.03.3-SNAPSHOT</revision>
20+
<revision>25.03.2-SNAPSHOT</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=25.03.3-SNAPSHOT
8+
coherenceVersion=25.03.2-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.12.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>25.03.3-SNAPSHOT</revision>
20+
<revision>25.03.2-SNAPSHOT</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=25.03.3-SNAPSHOT
8+
coherenceVersion=25.03.2-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.12.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>25.03.3-SNAPSHOT</revision>
20+
<revision>25.03.2-SNAPSHOT</revision>
2121

2222
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
2323
<coherence.version>${project.version}</coherence.version>

0 commit comments

Comments
 (0)