diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 14:34:56 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 14:34:56 +0100 |
| commit | ff0160f8752b3db0aa80467e7980c2e741eee9e6 (patch) | |
| tree | 306c88f04f315a67fd9019e9aa401c5b9246f88b | |
| parent | 9c929a8cc2e37fa6ad52fe34dbb92280cdd85921 (diff) | |
Fix Nexus port
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>
|
