Skip to content

Commit

Permalink
Merge branch 'release/2.0.0-RC4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Oct 15, 2024
2 parents ce1ed54 + 3c28e1f commit b609402
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 @@ -654,7 +654,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand All @@ -667,7 +667,7 @@
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>maven.aksw.snapshots</id>
Expand Down

0 comments on commit b609402

Please sign in to comment.