This repository was archived by the owner on Aug 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 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
33General 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+ ```
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments