diff options
| -rw-r--r-- | pom.xml | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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>
@@ -281,7 +281,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>
</project>
\ No newline at end of file |
