summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-06-18 08:39:30 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-06-18 08:39:30 +0200
commit275692d946a677a11e176f5ba5735768f42813b3 (patch)
tree3d10765934f5b087f42722344ee72610c053dc12
parentd8be9de7f7863b2ddb21c23c14b6d782563684f6 (diff)
Update build server alias to 'dev'. Add public repository for
dependencies.
-rw-r--r--pom.xml35
1 files changed, 20 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index d477472..6311ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,37 +229,37 @@
</plugins>
</build>
<issueManagement>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/</url>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/</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-kernel/</url>
+ <url>http://dev.cccs.uwe.ac.uk:8080/job/cristal-kernel/</url>
</ciManagement>
<scm>
- <developerConnection>scm:git:ssh://cristal.cccs.uwe.ac.uk/var/git/cristal-kernel.git</developerConnection>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/repository</url>
+ <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-kernel.git</developerConnection>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/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>
@@ -268,9 +268,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>
@@ -278,5 +278,10 @@
<enabled>true</enabled>
</snapshots>
</repository>
+ <repository>
+ <id>cccs.public</id>
+ <name>CCCS Nexus Public Repository</name>
+ <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url>
+ </repository>
</repositories>
</project> \ No newline at end of file