summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-15 16:52:34 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-15 16:52:34 +0100
commitdcf67f9c7ff800c04493628382d5436c7889b7c0 (patch)
tree317fc10eea12efb2dea923df68fcfe37dacdea99
parentff88b42c89c3e70fcb53ff2b8ed8c8d2f20dedb1 (diff)
cristal. prefix on repo ids
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 02cb37f..fa0f39f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,18 +40,18 @@
</build>
<distributionManagement>
<repository>
- <id>releases</id>
+ <id>cristal.releases</id>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
- <id>snapshots</id>
+ <id>cristal.snapshots</id>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
- <id>releases</id>
+ <id>cristal.releases</id>
<name>CRISTAL Nexus Release Repository</name>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
<releases>
@@ -62,7 +62,7 @@
</snapshots>
</repository>
<repository>
- <id>snapshots</id>
+ <id>cristal.snapshots</id>
<name>CRISTAL Nexus Snapshot Repository</name>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
<releases>
@@ -73,7 +73,7 @@
</snapshots>
</repository>
<repository>
- <id>public</id>
+ <id>cristal.public</id>
<name>CRISTAL Nexus Public Repository</name>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url>
</repository>