Skip to content

Commit

Permalink
set old sonatyle host
Browse files Browse the repository at this point in the history
  • Loading branch information
HidekiSugimoto189 committed Aug 11, 2024
1 parent b8f67f1 commit fb3798f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ encoding/<project>=UTF-8
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down Expand Up @@ -451,7 +451,7 @@ LICENSE file in the root directory of this source tree.
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<properties>
Expand Down

0 comments on commit fb3798f

Please sign in to comment.