Skip to content

Commit

Permalink
Changed distribution management.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed May 12, 2021
1 parent ecb9d97 commit a313a35
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
<!-- Ignore or delete the distribution management part of this POM if you
are not tastybento! -->
<distributionManagement>
<repository>
<id>bintray-tastybento-maven-repo</id>
<name>tastybento-askyblock</name>
<url>https://api.bintray.com/maven/tastybento/maven-repo/askyblock/;publish=1</url>
</repository>
<snapshotRepository>
<id>codemc-snapshots</id>
<url>https://repo.codemc.org/repository/maven-snapshots</url>
</snapshotRepository>
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.org/repository/maven-releases</url>
</repository>
</distributionManagement>
<build>
<defaultGoal>clean package install</defaultGoal>
Expand Down

0 comments on commit a313a35

Please sign in to comment.