summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-06-17 23:12:11 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-06-17 23:12:11 +0200
commit40d17bc24039e4cdcdd9e24531def09dcac182ff (patch)
treebf1aa641afec63614e2494b20657096c4b67600c
parentde8631d230d1547b028406994e1261d555a529cf (diff)
Build server is now called 'dev'
-rw-r--r--pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index bfa0033..a685cd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,20 +55,20 @@
</build>
<distributionManagement>
<repository>
- <id>cristal.releases</id>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ <id>cccs.releases</id>
+ <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
- <id>cristal.snapshots</id>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ <id>cccs.snapshots</id>
+ <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
- <id>cristal.releases</id>
- <name>CRISTAL Nexus Release Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ <id>cccs.releases</id>
+ <name>CCCS Nexus Release Repository</name>
+ <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -77,9 +77,9 @@
</snapshots>
</repository>
<repository>
- <id>cristal.snapshots</id>
- <name>CRISTAL Nexus Snapshot Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ <id>cccs.snapshots</id>
+ <name>CCCS Nexus Snapshot Repository</name>
+ <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
@@ -90,7 +90,7 @@
<repository>
<id>cccs.public</id>
<name>CCCS Nexus Public Repository</name>
- <url>http://wall.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url>
+ <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url>
</repository>
</repositories>
<dependencyManagement>