summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-06-17 22:37:29 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-06-17 22:37:29 +0200
commitda3e691856c398790653e0e774c19570cfb7d558 (patch)
tree27648a87f068371d0e602d9b8c05da0ddbd53fef
parent269ae6166f9ad395e86eabbcdd5760ed55cc7cd2 (diff)
Build server is now called 'dev'. Repositories are now CCCS wide.
-rw-r--r--pom.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 91b64ed..172086b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,37 +68,37 @@
</plugins>
</build>
<issueManagement>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-gui/</url>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-gui/</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-gui/</url>
+ <url>http://dev.cccs.uwe.ac.uk:8080/job/cristal-gui/</url>
</ciManagement>
<scm>
- <developerConnection>scm:git:ssh://cristal.cccs.uwe.ac.uk/var/git/cristal-gui.git</developerConnection>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-gui/repository</url>
+ <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-gui.git</developerConnection>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-gui/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>
@@ -107,9 +107,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>