Skip to content

Commit 764ca6e

Browse files
committed
Bug 38177809 - bump maven plugin api version to 3.9.10
(auto-submit 117326 after successfully running remote remote.full) Job ID: job.9.20250710211149.19717 [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 117329]
1 parent cfb498e commit 764ca6e

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

prj/plugins/maven/pof-maven-plugin/pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -52,6 +52,20 @@
5252
<dependency>
5353
<groupId>org.apache.maven.shared</groupId>
5454
<artifactId>maven-artifact-transfer</artifactId>
55+
<exclusions>
56+
<exclusion>
57+
<groupId>org.apache.maven</groupId>
58+
<artifactId>maven-core</artifactId>
59+
</exclusion>
60+
<exclusion>
61+
<groupId>org.apache.maven</groupId>
62+
<artifactId>maven-plugin-api</artifactId>
63+
</exclusion>
64+
<exclusion>
65+
<groupId>org.apache.maven.shared</groupId>
66+
<artifactId>maven-shared-utils</artifactId>
67+
</exclusion>
68+
</exclusions>
5569
</dependency>
5670
<dependency>
5771
<groupId>org.apache.maven.plugin-tools</groupId>

prj/plugins/maven/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2020, 2023 Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -29,10 +29,10 @@
2929

3030
<properties>
3131
<!-- library dependency versions -->
32-
<maven.plugin.api.version>3.9.2</maven.plugin.api.version>
32+
<maven.plugin.api.version>3.9.10</maven.plugin.api.version>
3333

3434
<!-- maven plugin versions -->
35-
<maven.artifact.transfer.version>0.12.0</maven.artifact.transfer.version>
35+
<maven.artifact.transfer.version>0.13.1</maven.artifact.transfer.version>
3636
</properties>
3737

3838
<dependencyManagement>

0 commit comments

Comments
 (0)