Skip to content

Commit 06191b2

Browse files
authored
Merge pull request #29 from moacirrf/ft-fix-sonatype-urls
Fix sonatype urls
2 parents 480edf7 + dc3cd9a commit 06191b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<connection>scm:git:https://github.com/moacirrf/nb-java-decompiler</connection>
2121
<developerConnection>scm:git:https://github.com/project-url.git</developerConnection>
2222
<url>https://github.com/moacirrf/nb-java-decompiler/tree/${project.scm.tag}</url>
23-
<tag>master</tag>
23+
<tag>v1.0.1</tag>
2424
</scm>
2525
<licenses>
2626
<license>
@@ -37,11 +37,11 @@
3737
</site>
3838
<snapshotRepository>
3939
<id>ossrh</id>
40-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
40+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
4141
</snapshotRepository>
4242
<repository>
4343
<id>ossrh</id>
44-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
44+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4545
</repository>
4646
</distributionManagement>
4747
<build>
@@ -53,7 +53,7 @@
5353
<extensions>true</extensions>
5454
<configuration>
5555
<serverId>ossrh</serverId>
56-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
56+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
5757
<autoReleaseAfterClose>true</autoReleaseAfterClose>
5858
</configuration>
5959
</plugin>

0 commit comments

Comments
 (0)