Skip to content

Commit dd80740

Browse files
committed
update repo url to sonatype central publishing
(auto-submit 116866 after successfully running remote remote.full) Job ID: job.9.20250617134848.15661 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.1.0/": change = 116877]
1 parent 2adfa82 commit dd80740

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

prj/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888

8989
<distributionManagement>
9090
<snapshotRepository>
91-
<id>ossrh</id>
91+
<id>central</id>
9292
<name>Coherence Snapshot Repository</name>
9393
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
9494
</snapshotRepository>
9595
<repository>
96-
<id>ossrh</id>
96+
<id>central</id>
9797
<name>Coherence Release Repository</name>
9898
<url>https://central.sonatype.com/</url>
9999
</repository>
@@ -1076,9 +1076,6 @@
10761076
<extensions>true</extensions>
10771077
<configuration>
10781078
<publishingServerId>central</publishingServerId>
1079-
<skipPublishing>true</skipPublishing>
1080-
<autoPublish>true</autoPublish>
1081-
<waitUntil>published</waitUntil>
10821079
</configuration>
10831080
</plugin>
10841081

@@ -1780,8 +1777,6 @@
17801777
<extensions>true</extensions>
17811778
<configuration>
17821779
<publishingServerId>central</publishingServerId>
1783-
<autoPublish>true</autoPublish>
1784-
<waitUntil>published</waitUntil>
17851780
</configuration>
17861781
</plugin>
17871782
</plugins>

0 commit comments

Comments
 (0)