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

Commit a5c2a6d

Browse files
committed
Use Jitpack
1 parent 539ae3b commit a5c2a6d

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
# Settings [![Build Status](https://secure.travis-ci.org/Anxuiz/Settings.png?branch=master)](https://travis-ci.org/Anxuiz/Settings)
1+
# Settings [![](https://jitpack.io/v/OvercastNetwork/Settings.svg)](https://jitpack.io/#OvercastNetwork/Settings)
22

33
General purpose library for providing base classes which encapsulate the idea of configurable settings.
4+
5+
```xml
6+
<repository>
7+
<id>jitpack.io</id>
8+
<url>https://jitpack.io</url>
9+
</repository>
10+
```
11+
12+
```xml
13+
<dependency>
14+
<groupId>com.github.OvercastNetwork</groupId>
15+
<artifactId>settings</artifactId>
16+
<version>master-SNAPSHOT</version>
17+
</dependency>
18+
```

pom.xml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>me.anxuiz</groupId>
44
<artifactId>settings</artifactId>
5-
<version>1.9-SNAPSHOT</version>
5+
<version>1.11-SNAPSHOT</version>
66
<name>Settings</name>
77
<description>Library providing general-purpose classes for defining configurable settings.</description>
88
<licenses>
@@ -20,26 +20,11 @@
2020

2121
<repositories>
2222
<repository>
23-
<id>pa-snapshots</id>
24-
<url>https://repo.extension.ws/content/repositories/snapshots</url>
25-
</repository>
26-
<repository>
27-
<id>pa-releases</id>
28-
<url>https://repo.extension.ws/content/repositories/releases</url>
23+
<id>jitpack.io</id>
24+
<url>https://jitpack.io</url>
2925
</repository>
3026
</repositories>
3127

32-
<distributionManagement>
33-
<repository>
34-
<id>pa-deployment</id>
35-
<url>https://repo.extension.ws/content/repositories/releases</url>
36-
</repository>
37-
<snapshotRepository>
38-
<id>pa-deployment</id>
39-
<url>https://repo.extension.ws/content/repositories/snapshots</url>
40-
</snapshotRepository>
41-
</distributionManagement>
42-
4328
<dependencies>
4429
<dependency>
4530
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)