summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-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