diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 16:57:52 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 16:57:52 +0100 |
| commit | f7cabdb5614679c46cf7e0c75bd37484682cb866 (patch) | |
| tree | 07b88c16489d64f92ed32d61c94a15715b853574 | |
| parent | ff0160f8752b3db0aa80467e7980c2e741eee9e6 (diff) | |
cristal. prefix on repo ids
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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>
|
