summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-09-24 16:26:24 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-09-24 16:26:24 +0200
commitf18d4381f83088883358390c08dfca7197a7c24b (patch)
treee76e0dfa2f56dcc5a6fb387cc91af02f706c7ad4
parent6a312919aa1a2266fb4618f8fdde597335048037 (diff)
Add CM server
Replace hostname with 'cristal'
-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