Skip to content

Commit

Permalink
fix(ci): update distribution management in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 authored May 7, 2024
1 parent 672fcc7 commit 52282e0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,10 @@

<distributionManagement>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<dependencies>
Expand Down

0 comments on commit 52282e0

Please sign in to comment.