File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9595 <distributionManagement >
9696 <snapshotRepository >
9797 <id >ossrh</id >
98- <url >https://oss. sonatype.org /content/repositories/snapshots</url >
98+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots</url >
9999 </snapshotRepository >
100100 <repository >
101101 <id >ossrh</id >
102- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2</url >
102+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2</url >
103103 </repository >
104104 </distributionManagement >
105105 <properties >
262262 </annotationProcessorPaths >
263263 </configuration >
264264 </plugin >
265+ <!-- TODO: Switch to new central-publishing-maven-plugin -->
265266 <plugin >
266267 <groupId >org.sonatype.plugins</groupId >
267268 <artifactId >nexus-staging-maven-plugin</artifactId >
268269 <version >1.7.0</version >
269270 <extensions >true</extensions >
270271 <configuration >
271272 <serverId >ossrh</serverId >
272- <nexusUrl >https://oss. sonatype.org/ </nexusUrl >
273+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com </nexusUrl >
273274 <autoReleaseAfterClose >true</autoReleaseAfterClose >
274275 </configuration >
275276 </plugin >
You can’t perform that action at this time.
0 commit comments