Skip to content

Commit 2adfa82

Browse files
committed
update repo url for maven central publishing
(auto-submit 116853 after successfully running remote remote.full) Job ID: job.9.20250616201146.2155 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.1.0/": change = 116859]
1 parent c5888c1 commit 2adfa82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

prj/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
<snapshotRepository>
9191
<id>ossrh</id>
9292
<name>Coherence Snapshot Repository</name>
93-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
93+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
9494
</snapshotRepository>
9595
<repository>
9696
<id>ossrh</id>
9797
<name>Coherence Release Repository</name>
98-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
98+
<url>https://central.sonatype.com/</url>
9999
</repository>
100100
</distributionManagement>
101101

@@ -1780,7 +1780,6 @@
17801780
<extensions>true</extensions>
17811781
<configuration>
17821782
<publishingServerId>central</publishingServerId>
1783-
<skipPublishing>true</skipPublishing>
17841783
<autoPublish>true</autoPublish>
17851784
<waitUntil>published</waitUntil>
17861785
</configuration>

0 commit comments

Comments
 (0)