summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-15 14:35:19 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-15 14:35:19 +0100
commit972f38608a821662b9f2d36a6dae488d237c1c98 (patch)
treed4f8d9dbc0c4b9cc9c6cc6c47d8a801c07b6e8df /pom.xml
parent2cf2bae223ce33260617d4933b7a9adbde878d93 (diff)
Fix Nexus port
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6d99549..9fdb48d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,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>
@@ -76,7 +76,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>