File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 5858 <distributionManagement >
5959 <repository >
6060 <id >sonatype.release</id >
61- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
61+ <url >https://s01. oss.sonatype.org/service/local/staging/deploy/maven2</url >
6262 </repository >
6363 <snapshotRepository >
6464 <id >sonatype.snapshots</id >
65- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
65+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
6666 </snapshotRepository >
6767 </distributionManagement >
6868
11651165 </configuration >
11661166 </plugin >
11671167
1168- <plugin >
1169- <groupId >org.sonatype.plugins</groupId >
1170- <artifactId >nexus-staging-maven-plugin</artifactId >
1171- <version >1.6.14</version >
1172- <extensions >true</extensions >
1173- <configuration >
1174- <nexusUrl >https://oss.sonatype.org</nexusUrl >
1175- <serverId >sonatype.release</serverId >
1176- </configuration >
1177- </plugin >
1168+ <!-- <plugin> -- >
1169+ <!-- <groupId>org.sonatype.plugins</groupId> -- >
1170+ <!-- <artifactId>nexus-staging-maven-plugin</artifactId> -- >
1171+ <!-- <version>1.6.14</version> -- >
1172+ <!-- <extensions>true</extensions> -- >
1173+ <!-- <configuration> -- >
1174+ <!-- <nexusUrl>https://oss.sonatype.org</nexusUrl> -- >
1175+ <!-- <serverId>sonatype.release</serverId> -- >
1176+ <!-- </configuration> -- >
1177+ <!-- </plugin> -- >
11781178 </plugins >
11791179 </build >
11801180 </profile >
You can’t perform that action at this time.
0 commit comments