Skip to content

Commit c5888c1

Browse files
committed
COH-32497: Update plugin configuration in POMs for sonatype central publishing
(auto-submit 116843 after successfully running remote remote.full) Job ID: job.9.20250616174658.17015 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.1.0/": change = 116845]
1 parent c016249 commit c5888c1

File tree

12 files changed

+70
-65
lines changed

12 files changed

+70
-65
lines changed

prj/coherence-discovery/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -102,10 +102,10 @@
102102
</plugin>
103103

104104
<plugin>
105-
<groupId>org.sonatype.plugins</groupId>
106-
<artifactId>nexus-staging-maven-plugin</artifactId>
105+
<groupId>org.sonatype.central</groupId>
106+
<artifactId>central-publishing-maven-plugin</artifactId>
107107
<configuration>
108-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
108+
<skipPublishing>false</skipPublishing>
109109
</configuration>
110110
</plugin>
111111
</plugins>

prj/coherence-http-netty/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -130,10 +130,10 @@
130130
</plugin>
131131

132132
<plugin>
133-
<groupId>org.sonatype.plugins</groupId>
134-
<artifactId>nexus-staging-maven-plugin</artifactId>
133+
<groupId>org.sonatype.central</groupId>
134+
<artifactId>central-publishing-maven-plugin</artifactId>
135135
<configuration>
136-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
136+
<skipPublishing>false</skipPublishing>
137137
</configuration>
138138
</plugin>
139139
</plugins>

prj/coherence-jcache/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -117,10 +117,10 @@
117117
</plugin>
118118

119119
<plugin>
120-
<groupId>org.sonatype.plugins</groupId>
121-
<artifactId>nexus-staging-maven-plugin</artifactId>
120+
<groupId>org.sonatype.central</groupId>
121+
<artifactId>central-publishing-maven-plugin</artifactId>
122122
<configuration>
123-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
123+
<skipPublishing>false</skipPublishing>
124124
</configuration>
125125
</plugin>
126126
</plugins>

prj/coherence-jvisualvm/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -191,10 +191,10 @@
191191
</plugin>
192192

193193
<plugin>
194-
<groupId>org.sonatype.plugins</groupId>
195-
<artifactId>nexus-staging-maven-plugin</artifactId>
194+
<groupId>org.sonatype.central</groupId>
195+
<artifactId>central-publishing-maven-plugin</artifactId>
196196
<configuration>
197-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
197+
<skipPublishing>false</skipPublishing>
198198
</configuration>
199199
</plugin>
200200
</plugins>

prj/coherence-loadbalancer/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -110,10 +110,10 @@
110110
</plugin>
111111

112112
<plugin>
113-
<groupId>org.sonatype.plugins</groupId>
114-
<artifactId>nexus-staging-maven-plugin</artifactId>
113+
<groupId>org.sonatype.central</groupId>
114+
<artifactId>central-publishing-maven-plugin</artifactId>
115115
<configuration>
116-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
116+
<skipPublishing>false</skipPublishing>
117117
</configuration>
118118
</plugin>
119119
</plugins>

prj/coherence-login/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -91,10 +91,10 @@
9191
</plugin>
9292

9393
<plugin>
94-
<groupId>org.sonatype.plugins</groupId>
95-
<artifactId>nexus-staging-maven-plugin</artifactId>
94+
<groupId>org.sonatype.central</groupId>
95+
<artifactId>central-publishing-maven-plugin</artifactId>
9696
<configuration>
97-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
97+
<skipPublishing>false</skipPublishing>
9898
</configuration>
9999
</plugin>
100100
</plugins>

prj/coherence-management/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -257,10 +257,10 @@
257257
</plugin>
258258

259259
<plugin>
260-
<groupId>org.sonatype.plugins</groupId>
261-
<artifactId>nexus-staging-maven-plugin</artifactId>
260+
<groupId>org.sonatype.central</groupId>
261+
<artifactId>central-publishing-maven-plugin</artifactId>
262262
<configuration>
263-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
263+
<skipPublishing>false</skipPublishing>
264264
</configuration>
265265
</plugin>
266266
</plugins>

prj/coherence-metrics/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -259,10 +259,10 @@
259259
</plugin>
260260

261261
<plugin>
262-
<groupId>org.sonatype.plugins</groupId>
263-
<artifactId>nexus-staging-maven-plugin</artifactId>
262+
<groupId>org.sonatype.central</groupId>
263+
<artifactId>central-publishing-maven-plugin</artifactId>
264264
<configuration>
265-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
265+
<skipPublishing>false</skipPublishing>
266266
</configuration>
267267
</plugin>
268268
</plugins>

prj/coherence-mock/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2021, 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
6-
~ http://oss.oracle.com/licenses/upl.
6+
~ https://oss.oracle.com/licenses/upl.
77
-->
88
<project xmlns="http://maven.apache.org/POM/4.0.0"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -215,10 +215,10 @@
215215
</plugin>
216216

217217
<plugin>
218-
<groupId>org.sonatype.plugins</groupId>
219-
<artifactId>nexus-staging-maven-plugin</artifactId>
218+
<groupId>org.sonatype.central</groupId>
219+
<artifactId>central-publishing-maven-plugin</artifactId>
220220
<configuration>
221-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
221+
<skipPublishing>false</skipPublishing>
222222
</configuration>
223223
</plugin>
224224
</plugins>

prj/coherence-rest/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2000, 2022, 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.
@@ -423,10 +423,10 @@
423423
</plugin>
424424

425425
<plugin>
426-
<groupId>org.sonatype.plugins</groupId>
427-
<artifactId>nexus-staging-maven-plugin</artifactId>
426+
<groupId>org.sonatype.central</groupId>
427+
<artifactId>central-publishing-maven-plugin</artifactId>
428428
<configuration>
429-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
429+
<skipPublishing>false</skipPublishing>
430430
</configuration>
431431
</plugin>
432432
</plugins>

0 commit comments

Comments
 (0)