summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-15 16:56:00 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-15 16:56:00 +0100
commita98643e081fd83e58940f8f18d92ef72cf430ac6 (patch)
treea85ee3d3889c889fbaa25f72929ef25c879e7bb5
parent972f38608a821662b9f2d36a6dae488d237c1c98 (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 9fdb48d..b287eb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,18 +52,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>
@@ -74,7 +74,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>