diff options
author | Luke GB <github@lukegb.com> | 2011-02-21 00:37:09 +0100 |
---|---|---|
committer | Luke GB <github@lukegb.com> | 2011-02-21 00:37:09 +0100 |
commit | 6335a5af76f6035dcd02ee97b8069c40048af903 (patch) | |
tree | e81b41b2f1067ff0ac3faa668734a4e713e3ad38 | |
parent | bf9a55049e6be249856d07b1bda99552b0f902f7 (diff) | |
download | craftbukkit-6335a5af76f6035dcd02ee97b8069c40048af903.tar craftbukkit-6335a5af76f6035dcd02ee97b8069c40048af903.tar.gz craftbukkit-6335a5af76f6035dcd02ee97b8069c40048af903.tar.lz craftbukkit-6335a5af76f6035dcd02ee97b8069c40048af903.tar.xz craftbukkit-6335a5af76f6035dcd02ee97b8069c40048af903.zip |
Modify URI to repo.bukkit.org
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,13 +18,13 @@ <repositories> <repository> <id>bukkit-repo</id> - <url>http://artifacts.lukegb.com/artifactory/repo</url> + <url>http://repo.bukkit.org/artifactory/repo</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>bukkit-plugins</id> - <url>http://artifacts.lukegb.com/artifactory/plugins-release</url> + <url>http://repo.bukkit.org/artifactory/plugins-release</url> </pluginRepository> </pluginRepositories> <dependencies> |