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 539ae3b commit 2579628
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.anxuiz</groupId>
<artifactId>settings</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<name>Settings</name>
<description>Library providing general-purpose classes for defining configurable settings.</description>
<licenses>
Expand All @@ -20,26 +20,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>

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 2579628

Please sign in to comment.