Skip to content

Commit 5ebbc43

Browse files
committed
fixed server URL
1 parent 3c98213 commit 5ebbc43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<distributionManagement>
115115
<snapshotRepository>
116116
<id>ossrh</id>
117-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
117+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
118118
</snapshotRepository>
119119
</distributionManagement>
120120

@@ -130,7 +130,7 @@
130130
<extensions>true</extensions>
131131
<configuration>
132132
<serverId>ossrh</serverId>
133-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
133+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
134134
<autoReleaseAfterClose>true</autoReleaseAfterClose>
135135
</configuration>
136136
</plugin>

0 commit comments

Comments
 (0)