summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-12-29 00:21:26 +1100
committerChris Ward <chris@chrisgward.com>2013-12-29 00:21:26 +1100
commit79b7162cdc389d13e30f1b8fae593026d9a869dc (patch)
tree2ed1cf676dce276899d6b6270f84546c7792a859
parent5f7845288007a812f057f84661ed744eb3c2c1de (diff)
downloadEssentials-79b7162cdc389d13e30f1b8fae593026d9a869dc.tar
Essentials-79b7162cdc389d13e30f1b8fae593026d9a869dc.tar.gz
Essentials-79b7162cdc389d13e30f1b8fae593026d9a869dc.tar.lz
Essentials-79b7162cdc389d13e30f1b8fae593026d9a869dc.tar.xz
Essentials-79b7162cdc389d13e30f1b8fae593026d9a869dc.zip
Use the Essentials Maven repository
-rw-r--r--Essentials/pom.xml13
-rw-r--r--pom.xml4
2 files changed, 3 insertions, 14 deletions
diff --git a/Essentials/pom.xml b/Essentials/pom.xml
index d65b3e6bb..ee516d72a 100644
--- a/Essentials/pom.xml
+++ b/Essentials/pom.xml
@@ -41,17 +41,6 @@
<url>http://ci.ess3.net/</url>
</ciManagement>
- <repositories>
- <repository>
- <id>vault-repo</id>
- <url>http://ci.herocraftonline.com/plugin/repository/everything</url>
- </repository>
- <repository>
- <id>kitteh-repo</id>
- <url>http://repo.kitteh.org/content/groups/public/</url>
- </repository>
- </repositories>
-
<dependencies>
<dependency>
<groupId>BOSEconomy</groupId>
@@ -134,4 +123,4 @@
<systemPath>${project.basedir}/../lib/zPermissions.jar</systemPath>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index cf64accc9..2ed91188c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,8 +41,8 @@
<repositories>
<repository>
- <id>bukkit-repo</id>
- <url>http://repo.bukkit.org/content/groups/public</url>
+ <id>ess-repo</id>
+ <url>http://repo.ess3.net/content/groups/public</url>
</repository>
</repositories>