diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 66 |
1 files changed, 33 insertions, 33 deletions
@@ -51,38 +51,38 @@ </plugins>
</build>
<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 |
