summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-15 16:57:52 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-15 16:57:52 +0100
commitf7cabdb5614679c46cf7e0c75bd37484682cb866 (patch)
tree07b88c16489d64f92ed32d61c94a15715b853574
parentff0160f8752b3db0aa80467e7980c2e741eee9e6 (diff)
cristal. prefix on repo ids
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 90b328a..dec97a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,18 +222,18 @@
</scm>
<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>
@@ -244,7 +244,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>