Skip to content

Commit 8aa5a0f

Browse files
Update the distributionManagement
1 parent 8631993 commit 8aa5a0f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
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

@@ -1165,16 +1165,16 @@
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>

0 commit comments

Comments
 (0)