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

Commit

Permalink
Use Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Apr 27, 2019
1 parent 539ae3b commit a5c2a6d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Settings [![Build Status](https://secure.travis-ci.org/Anxuiz/Settings.png?branch=master)](https://travis-ci.org/Anxuiz/Settings)
# Settings [![](https://jitpack.io/v/OvercastNetwork/Settings.svg)](https://jitpack.io/#OvercastNetwork/Settings)

General purpose library for providing base classes which encapsulate the idea of configurable settings.

```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```

```xml
<dependency>
<groupId>com.github.OvercastNetwork</groupId>
<artifactId>settings</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
```
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 a5c2a6d

Please sign in to comment.