summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml66
1 files changed, 33 insertions, 33 deletions
diff --git a/pom.xml b/pom.xml
index eb3acc2..4bca252 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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