diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-02-25 15:25:00 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-02-25 15:25:00 +0100 |
| commit | 24c1d2b631b49ddfd91a406e2de23c99400a8674 (patch) | |
| tree | e1c4acaa0ea4f414cc2ca081a3d6cf9d3d917806 | |
| parent | 22218674aa16a21e402202949d6857bc487c8f01 (diff) | |
Move to Nexus2.3.2
| -rw-r--r-- | pom.xml | 66 |
1 files changed, 33 insertions, 33 deletions
@@ -208,38 +208,38 @@ <url>http://wall.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/repository</url>
</scm>
<distributionManagement>
- <repository>
- <id>archiva.internal</id>
- <url>http://wall.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>
- </snapshotRepository>
- </distributionManagement>
+ <repository>
+ <id>cristal.releases</id>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>cristal.snapshots</id>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
- <repositories>
- <repository>
- <id>archiva.internal</id>
- <name>Archiva Managed Internal Repository</name>
- <url>http://wall.cccs.uwe.ac.uk:8180/archiva/repository/internal/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>archiva.snapshots</id>
- <name>Archiva Managed Snapshot Repository</name>
- <url>http://wall.cccs.uwe.ac.uk:8180/archiva/repository/snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
+ <repositories>
+ <repository>
+ <id>cristal.releases</id>
+ <name>CRISTAL Nexus Release Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>cristal.snapshots</id>
+ <name>CRISTAL Nexus Snapshot Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project>
\ No newline at end of file |
