Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Add long-term support with Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Apr 26, 2019
1 parent 6437301 commit ea54114
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<dependencies>
<dependency>
<groupId>tc.oc</groupId>
<groupId>com.github.OvercastNetwork</groupId>
<artifactId>minecraft-api</artifactId>
<version>1.11-SNAPSHOT</version>
<version>master-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>tc.oc</groupId>
Expand Down
4 changes: 2 additions & 2 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<dependencies>
<dependency>
<groupId>tc.oc</groupId>
<groupId>com.github.OvercastNetwork</groupId>
<artifactId>minecraft-api</artifactId>
<version>1.11-SNAPSHOT</version>
<version>master-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
19 changes: 2 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,11 @@

<repositories>
<repository>
<id>pa-snapshots</id>
<url>https://repo.extension.ws/content/repositories/snapshots</url>
</repository>
<repository>
<id>pa-releases</id>
<url>https://repo.extension.ws/content/repositories/releases</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>pa-deployment</id>
<url>https://repo.extension.ws/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>pa-deployment</id>
<url>https://repo.extension.ws/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<developers>
<developer>
<id>md_5</id>
Expand Down

0 comments on commit ea54114

Please sign in to comment.