diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 16:52:34 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 16:52:34 +0100 |
| commit | dcf67f9c7ff800c04493628382d5436c7889b7c0 (patch) | |
| tree | 317fc10eea12efb2dea923df68fcfe37dacdea99 | |
| parent | ff88b42c89c3e70fcb53ff2b8ed8c8d2f20dedb1 (diff) | |
cristal. prefix on repo ids
| -rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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>
|
