summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index debc562..8b08da9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,11 +53,11 @@
<distributionManagement>
<repository>
<id>archiva.internal</id>
- <url>http://wall.cccs.uwe.ac.uk:8180/archiva/repository/internal/</url>
+ <url>http://cristal.cccs.uwe.ac.uk:8180/archiva/repository/internal/</url>
</repository>
<snapshotRepository>
<id>archiva.snapshots</id>
- <url>http://wall.cccs.uwe.ac.uk:8180/archiva/repository/snapshots/</url>
+ <url>http://cristal.cccs.uwe.ac.uk:8180/archiva/repository/snapshots/</url>
</snapshotRepository>
</distributionManagement>
@@ -65,7 +65,7 @@
<repository>
<id>archiva.internal</id>
<name>Archiva Managed Internal Repository</name>
- <url>http://wall.cccs.uwe.ac.uk:8180/archiva/repository/internal/</url>
+ <url>http://cristal.cccs.uwe.ac.uk:8180/archiva/repository/internal/</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -76,7 +76,7 @@
<repository>
<id>archiva.snapshots</id>
<name>Archiva Managed Snapshot Repository</name>
- <url>http://wall.cccs.uwe.ac.uk:8180/archiva/repository/snapshots/</url>
+ <url>http://cristal.cccs.uwe.ac.uk:8180/archiva/repository/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
@@ -85,4 +85,16 @@
</snapshots>
</repository>
</repositories>
+ <issueManagement>
+ <system>Redmine</system>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-gui/</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>http://cristal.cccs.uwe.ac.uk:8080/job/cristal-gui/</url>
+ </ciManagement>
+ <scm>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-gui/repository</url>
+ <developerConnection>scm:git:ssh://cristal.cccs.uwe.ac.uk/var/git/cristal-gui.git</developerConnection>
+ </scm>
</project> \ No newline at end of file