diff --git a/README.md b/README.md
index 2eccb22..cd48e9e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# minecraft-api
+# minecraft-api [![](https://jitpack.io/v/OvercastNetwork/minecraft-api.svg)](https://jitpack.io/#OvercastNetwork/minecraft-api)
-Shared interfaces for the SportBukkit and BungeeCord (OCN fork) APIs
+Shared interfaces for the [SportBukkit](https://github.com/OvercastNetwork/SportBukkit) and [BungeeCord](https://github.com/OvercastNetwork/BungeeCord) (OCN fork) APIs
These interfaces can be used to write hybrid code that works with both APIs.
Currently, the following things are implemented, roughly speaking:
@@ -25,6 +25,17 @@ Possible future additions:
* Scoreboard
* Tab list
-https://github.com/OvercastNetwork/BungeeCord
+```xml
+
+ jitpack.io
+ https://jitpack.io
+
+```
-https://github.com/OvercastNetwork/SportBukkit
+```xml
+
+ com.github.OvercastNetwork
+ minecraft-api
+ master-SNAPSHOT
+
+```
diff --git a/pom.xml b/pom.xml
index 6b516bf..715403a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,26 +10,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
-
-
-
@@ -55,9 +40,10 @@
compile
- tc.oc
+
+ com.github.OvercastNetwork.BungeeCord
bungeecord-chat
- 1.11-SNAPSHOT
+ [1.0,)
@@ -68,9 +54,9 @@
test
- tc.oc
+ com.github.OvercastNetwork
test-util
- 1.0-SNAPSHOT
+ master-SNAPSHOT
test
@@ -89,4 +75,4 @@
-
\ No newline at end of file
+