Skip to content

Commit 8aaa52a

Browse files
authored
Merge pull request #103 from zhicwu/update-pom
Correct deployment target
2 parents e9d5f07 + 6e74148 commit 8aaa52a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@
160160
<distributionManagement>
161161
<snapshotRepository>
162162
<id>ossrh</id>
163-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
163+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
164164
</snapshotRepository>
165165
<repository>
166166
<id>ossrh</id>
167-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
167+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
168168
</repository>
169169
</distributionManagement>
170170

@@ -371,7 +371,7 @@
371371
</executions>
372372
<configuration>
373373
<serverId>ossrh</serverId>
374-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
374+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
375375
</configuration>
376376
</plugin>
377377
</plugins>

0 commit comments

Comments
 (0)