summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-06-17 22:40:09 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-06-17 22:40:09 +0200
commit18c10a0c3d41396465186567241621707be78436 (patch)
treea1c53ef213a1b8aff828646f3b9bfc346605b346
parent11d19bc812d33960280d875aa26fdb112657f8db (diff)
Build server is now called 'dev'. Repositories are now CCCS wide.
-rw-r--r--pom.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index dcd610f..cd5b3f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,37 +28,37 @@
</resources>
</build>
<issueManagement>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-dev/</url>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-dev/</url>
<system>Redmine</system>
</issueManagement>
<organization>
<name>The CRISTAL Consortium</name>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal</url>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal</url>
</organization>
<ciManagement>
<system>Jenkins</system>
- <url>http://cristal.cccs.uwe.ac.uk:8080/job/cristal-dev/</url>
+ <url>http://dev.cccs.uwe.ac.uk:8080/job/cristal-dev/</url>
</ciManagement>
<scm>
- <developerConnection>scm:git:ssh://cristal.cccs.uwe.ac.uk/var/git/cristal-dev.git</developerConnection>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-dev/repository</url>
+ <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-dev.git</developerConnection>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-dev/repository</url>
</scm>
<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>
@@ -67,9 +67,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>
@@ -80,7 +80,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>