summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2014-02-15 14:23:30 +1100
committerChris Ward <chris@chrisgward.com>2014-02-15 14:23:30 +1100
commit7b9656e5b4783f9ac104c5997749d028a2ea30e1 (patch)
treef863d5ce1cbdbe0572bc842ceeaf3964f6ec8125 /pom.xml
parent46476b36d99818dfeebc21120b5fda31b031e301 (diff)
downloadEssentials-7b9656e5b4783f9ac104c5997749d028a2ea30e1.tar
Essentials-7b9656e5b4783f9ac104c5997749d028a2ea30e1.tar.gz
Essentials-7b9656e5b4783f9ac104c5997749d028a2ea30e1.tar.lz
Essentials-7b9656e5b4783f9ac104c5997749d028a2ea30e1.tar.xz
Essentials-7b9656e5b4783f9ac104c5997749d028a2ea30e1.zip
Update repository URLs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index e472eccb1..0f4fc10d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,12 +48,12 @@
<distributionManagement>
<snapshotRepository>
- <id>esssnapshot</id>
- <url>http://repo.ess3.net/content/repositories/esssnapshot</url>
+ <id>essdev</id>
+ <url>http://repo.ess3.net/content/repositories/essdev</url>
</snapshotRepository>
<repository>
- <id>essrelease</id>
- <url>http://repo.ess3.net/content/repositories/essrelease</url>
+ <id>essrel</id>
+ <url>http://repo.ess3.net/content/repositories/essrel</url>
</repository>
</distributionManagement>