Skip to content

Commit 955310b

Browse files
committed
update distribution management
1 parent 3624e89 commit 955310b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137
<localCheckout>true</localCheckout>
138138
<pushChanges>false</pushChanges>
139139
<mavenExecutorId>forked-path</mavenExecutorId>
140-
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
141140
</configuration>
142141
<dependencies>
143142
<dependency>
@@ -184,12 +183,11 @@
184183
<distributionManagement>
185184
<snapshotRepository>
186185
<id>ossrh</id>
187-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
186+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
188187
</snapshotRepository>
189188
<repository>
190189
<id>ossrh</id>
191-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/
192-
</url>
190+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
193191
</repository>
194192
</distributionManagement>
195193

0 commit comments

Comments
 (0)