From a5c2a6dce7c43b34f5c8aa02ea10d215cede36c3 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Sat, 27 Apr 2019 08:03:04 -0700 Subject: [PATCH] Use Jitpack --- README.md | 17 ++++++++++++++++- pom.xml | 21 +++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 14aba09..f8cf053 100644 --- a/README.md +++ b/README.md @@ -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 + + jitpack.io + https://jitpack.io + +``` + +```xml + + com.github.OvercastNetwork + settings + master-SNAPSHOT + +``` diff --git a/pom.xml b/pom.xml index 3e31f91..e7abcf5 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 me.anxuiz settings - 1.9-SNAPSHOT + 1.11-SNAPSHOT Settings Library providing general-purpose classes for defining configurable settings. @@ -20,26 +20,11 @@ - pa-snapshots - https://repo.extension.ws/content/repositories/snapshots - - - pa-releases - https://repo.extension.ws/content/repositories/releases + jitpack.io + https://jitpack.io - - - pa-deployment - https://repo.extension.ws/content/repositories/releases - - - pa-deployment - https://repo.extension.ws/content/repositories/snapshots - - - com.google.guava