Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed May 4, 2022
1 parent 2dda227 commit 740197a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@
<id>release</id>
<distributionManagement>
<snapshotRepository>
<id>oss</id>
<id>ossrh</id>
<url>
https://oss.sonatype.org/content/repositories/snapshots/
https://s01.oss.sonatype.org/content/repositories/snapshots/
</url>
</snapshotRepository>
<repository>
<id>oss</id>
<id>ossrh</id>
<url>
https://oss.sonatype.org/service/local/staging/deploy/maven2/
https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
</distributionManagement>
Expand Down Expand Up @@ -281,15 +281,15 @@
<id>snapshots</id>
<distributionManagement>
<snapshotRepository>
<id>oss</id>
<id>ossrh</id>
<url>
https://oss.sonatype.org/content/repositories/snapshots/
https://s01.oss.sonatype.org/content/repositories/snapshots/
</url>
</snapshotRepository>
<repository>
<id>oss</id>
<id>ossrh</id>
<url>
https://oss.sonatype.org/service/local/staging/deploy/maven2/
https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit 740197a

Please sign in to comment.