Skip to content

Commit 427144e

Browse files
authored
fix: Fix deployment workflow (#246)
1 parent 50980a3 commit 427144e

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

.github/workflows/debug-secrets-workflow.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333

3434
<distributionManagement>
3535
<snapshotRepository>
36-
<id>ossrh</id>
37-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
36+
<id>central</id>
37+
<url>https://central.sonatype.com/content/repositories/snapshots</url>
3838
</snapshotRepository>
3939
<repository>
40-
<id>ossrh</id>
41-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
40+
<id>central</id>
41+
<url>https://central.sonatype.com/service/local/staging/deploy/maven2/</url>
4242
</repository>
4343
</distributionManagement>
4444

@@ -386,11 +386,11 @@
386386
<version>1.6.13</version>
387387
<extensions>true</extensions>
388388
<configuration>
389-
<serverId>ossrh</serverId>
390-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
389+
<serverId>central</serverId>
390+
<nexusUrl>https://central.sonatype.com/</nexusUrl>
391391
<autoReleaseAfterClose>true</autoReleaseAfterClose>
392-
<connectTimeout>600000</connectTimeout> <!-- 10 minutes -->
393-
<readTimeout>600000</readTimeout> <!-- 10 minutes -->
392+
<connectTimeout>600000</connectTimeout>
393+
<readTimeout>600000</readTimeout>
394394
</configuration>
395395
</plugin>
396396
</plugins>

0 commit comments

Comments
 (0)