File tree Expand file tree Collapse file tree 3 files changed +2
-54
lines changed
Expand file tree Collapse file tree 3 files changed +2
-54
lines changed Original file line number Diff line number Diff line change 3535 <snapshotRepository >
3636 <id >ossrh</id >
3737 <name >Coherence Snapshot Repository</name >
38- <url >https://oss .sonatype.org/content/repositories/ snapshots/</url >
38+ <url >https://central .sonatype.com/repository/maven- snapshots/</url >
3939 </snapshotRepository >
4040 <repository >
4141 <id >ossrh</id >
4242 <name >Coherence Release Repository</name >
43- <url >https://oss .sonatype.org/service/local/staging/deploy/maven2 /</url >
43+ <url >https://central .sonatype.com /</url >
4444 </repository >
4545 </distributionManagement >
4646
334334 </execution >
335335 </executions >
336336 </plugin >
337-
338- <plugin >
339- <groupId >org.sonatype.plugins</groupId >
340- <artifactId >nexus-staging-maven-plugin</artifactId >
341- <version >${nexus.staging.maven.plugin.version} </version >
342- <extensions >true</extensions >
343- <configuration >
344- <serverId >ossrh</serverId >
345- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
346- <autoReleaseAfterClose >false</autoReleaseAfterClose >
347- <skipNexusStagingDeployMojo >${maven.deploy.skip} </skipNexusStagingDeployMojo >
348- <skipLocalStaging >true</skipLocalStaging >
349- </configuration >
350- </plugin >
351337 </plugins >
352338 </build >
353339 </profile >
Original file line number Diff line number Diff line change 3737 <url >https://github.com/oracle/coherence</url >
3838 </scm >
3939
40- <distributionManagement >
41- <snapshotRepository >
42- <id >ossrh</id >
43- <name >Coherence Snapshot Repository</name >
44- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
45- </snapshotRepository >
46- <repository >
47- <id >ossrh</id >
48- <name >Coherence Release Repository</name >
49- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
50- </repository >
51- </distributionManagement >
52-
5340 <properties >
5441 <!-- this module should not be published -->
5542 <maven .deploy.skip>true</maven .deploy.skip>
14091396 </configuration >
14101397 </plugin >
14111398
1412- <!-- nexus-staging-maven-plugin -->
1413- <plugin >
1414- <groupId >org.sonatype.plugins</groupId >
1415- <artifactId >nexus-staging-maven-plugin</artifactId >
1416- <version >${nexus.staging.maven.plugin.version} </version >
1417- <extensions >true</extensions >
1418- <configuration >
1419- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
1420- <skipLocalStaging >true</skipLocalStaging >
1421- </configuration >
1422- </plugin >
1423-
14241399 <!-- maven JIB plugin for building OCI images -->
14251400 <plugin >
14261401 <groupId >com.google.cloud.tools</groupId >
Original file line number Diff line number Diff line change 4040 <url >https://github.com/oracle/coherence</url >
4141 </scm >
4242
43- <distributionManagement >
44- <snapshotRepository >
45- <id >ossrh</id >
46- <name >Coherence Snapshot Repository</name >
47- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
48- </snapshotRepository >
49- <repository >
50- <id >ossrh</id >
51- <name >Coherence Release Repository</name >
52- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
53- </repository >
54- </distributionManagement >
55-
5643 <modules >
5744 <!--
5845 !!! MODULES MUST NEVER BE DEFINED HERE !!!
You can’t perform that action at this time.
0 commit comments