Skip to content

Commit

Permalink
Rename repositories to takari.releases and takari.snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Sep 10, 2024
1 parent f1bb527 commit f76dd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@

<distributionManagement>
<repository>
<id>sonatype.releases</id>
<id>takari.releases</id>
<name>${releaseName}</name>
<url>${releaseUrl}</url>
</repository>

<snapshotRepository>
<id>sonatype.snapshots</id>
<id>takari.snapshots</id>
<name>${snapshotName}</name>
<url>${snapshotUrl}</url>
</snapshotRepository>
Expand Down

0 comments on commit f76dd49

Please sign in to comment.