diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 14:35:19 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 14:35:19 +0100 |
| commit | 972f38608a821662b9f2d36a6dae488d237c1c98 (patch) | |
| tree | d4f8d9dbc0c4b9cc9c6cc6c47d8a801c07b6e8df | |
| parent | 2cf2bae223ce33260617d4933b7a9adbde878d93 (diff) | |
Fix Nexus port
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>
|
