summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-15 14:34:56 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-15 14:34:56 +0100
commitff0160f8752b3db0aa80467e7980c2e741eee9e6 (patch)
tree306c88f04f315a67fd9019e9aa401c5b9246f88b
parent9c929a8cc2e37fa6ad52fe34dbb92280cdd85921 (diff)
Fix Nexus port
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cb078fe..90b328a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
<repository>
<id>releases</id>
<name>CRISTAL Nexus Release Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8180/nexus/content/repositories/releases</url>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -246,7 +246,7 @@
<repository>
<id>snapshots</id>
<name>CRISTAL Nexus Snapshot Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8180/nexus/content/repositories/snapshots</url>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>