diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-16 14:24:12 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-16 14:24:12 +0100 |
| commit | af8ec6b50a6a613db4a8945c2a14510ac994b5a1 (patch) | |
| tree | 1bdacf984735b80fb54aa8311223502c1b2f8296 /pom.xml | |
| parent | 475ce12f511ed4de57d3cc2e08eb801e7ab0614a (diff) | |
POM cleanup
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 86 |
1 files changed, 51 insertions, 35 deletions
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-dev</artifactId>
- <version>0.4</version>
+ <version>0.5-SNAPSHOT</version>
<name>Cristal Development Module</name>
<build>
<resources>
@@ -24,41 +24,57 @@ </resource>
</resources>
</build>
+ <issueManagement>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-dev/</url>
+ <system>Redmine</system>
+ </issueManagement>
+ <organization>
+ <name>The CRISTAL Consortium</name>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal</url>
+ </organization>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>http://cristal.cccs.uwe.ac.uk:8080/job/cristal-dev/</url>
+ </ciManagement>
+ <scm>
+ <developerConnection>scm:git:ssh://cristal.cccs.uwe.ac.uk/var/git/cristal-dev.git</developerConnection>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-dev/repository</url>
+ </scm>
<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>
+ <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>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>
+ <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>
<dependencyManagement>
<dependencies>
<dependency>
@@ -74,7 +90,7 @@ <dependency>
<groupId>cristal</groupId>
<artifactId>xmldb</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
|
