Skip to content

Commit

Permalink
Added codemc public repo to POM
Browse files Browse the repository at this point in the history
To resolve releases, not just snapshots.
  • Loading branch information
tastybento committed Mar 4, 2019
1 parent e011c2e commit 3038cca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
<repository>
<id>codemc-public</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -86,7 +90,7 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3038cca

Please sign in to comment.