diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 16:55:40 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 16:55:40 +0100 |
| commit | 475ce12f511ed4de57d3cc2e08eb801e7ab0614a (patch) | |
| tree | 2f435b8c24d817188b8435cd32add9dea8be90e1 /pom.xml | |
| parent | 535fd87f16167b5d068cbb5879544fbc88014de6 (diff) | |
cristal. prefix on repo ids
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -26,18 +26,18 @@ </build>
<distributionManagement>
<repository>
- <id>releases</id>
+ <id>cristal.releases</id>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
- <id>snapshots</id>
+ <id>cristal.snapshots</id>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
- <id>releases</id>
+ <id>cristal.releases</id>
<name>CRISTAL Nexus Release Repository</name>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
<releases>
@@ -48,7 +48,7 @@ </snapshots>
</repository>
<repository>
- <id>snapshots</id>
+ <id>cristal.snapshots</id>
<name>CRISTAL Nexus Snapshot Repository</name>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
<releases>
@@ -71,6 +71,11 @@ <artifactId>cristal-gui</artifactId>
<version>2.3.3-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>xmldb</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>
@@ -82,5 +87,9 @@ <groupId>cristal</groupId>
<artifactId>cristal-gui</artifactId>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>xmldb</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file |
