Skip to content

Commit c95abb5

Browse files
committed
fix(ci): ossrh publish action
1 parent f4f6690 commit c95abb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@
200200

201201
<distributionManagement>
202202
<snapshotRepository>
203-
<id>ossrh</id>
203+
<id>central</id>
204204
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
205205
</snapshotRepository>
206206
<repository>
207-
<id>ossrh</id>
207+
<id>central</id>
208208
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
209209
</repository>
210210
</distributionManagement>

0 commit comments

Comments
 (0)