File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 <distributionManagement >
7272 <snapshotRepository >
7373 <id >ossrh</id >
74- <url >https://oss. sonatype.org /content/repositories/snapshots</url >
74+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots</url >
7575 </snapshotRepository >
7676 <repository >
7777 <id >ossrh</id >
78- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2</url >
78+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2</url >
7979 </repository >
8080 </distributionManagement >
8181 <properties >
186186 <release >8</release >
187187 </configuration >
188188 </plugin >
189+ <!-- TODO: Switch to new central-publishing-maven-plugin -->
189190 <plugin >
190191 <groupId >org.sonatype.plugins</groupId >
191192 <artifactId >nexus-staging-maven-plugin</artifactId >
192- <version >1.6.13 </version >
193+ <version >1.7.0 </version >
193194 <extensions >true</extensions >
194195 <configuration >
195196 <serverId >ossrh</serverId >
196- <nexusUrl >https://oss. sonatype.org /</nexusUrl >
197+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com /</nexusUrl >
197198 <autoReleaseAfterClose >true</autoReleaseAfterClose >
198199 </configuration >
199200 </plugin >
You can’t perform that action at this time.
0 commit comments