diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-09-17 08:44:26 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-09-17 08:44:26 +0100 |
| commit | e9ae5eeee34fd15ff77eba8e5fda57a6ae9d5f55 (patch) | |
| tree | f03be02f756dcf4a7fce47713efd7053ab7529cd | |
| parent | b2da5fd1df4e79f68bc58b30bb537d4ea4a610a2 (diff) | |
[maven-release-plugin] prepare release 0.6
| -rw-r--r-- | pom.xml | 250 |
1 files changed, 125 insertions, 125 deletions
@@ -1,126 +1,126 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>cristal</groupId>
- <artifactId>cristal-dev</artifactId>
- <version>0.6-SNAPSHOT</version>
- <name>Cristal Development Module</name>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <targetPath>META-INF/cristal</targetPath>
- <filtering>true</filtering>
- <includes>
- <include>module.xml</include>
- </includes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- <targetPath>uk/ac/uwe/cristaldev/resources</targetPath>
- <excludes>
- <exclude>module.xml</exclude>
- </excludes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.4.1</version>
- </plugin>
- </plugins>
- </build>
- <issueManagement>
- <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-dev/</url>
- <system>Redmine</system>
- </issueManagement>
- <organization>
- <name>The CRISTAL Consortium</name>
- <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal</url>
- </organization>
- <ciManagement>
- <system>Jenkins</system>
- <url>http://dev.cccs.uwe.ac.uk:8080/job/cristal-dev/</url>
- </ciManagement>
- <scm>
- <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-dev.git</developerConnection>
- <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-dev/repository</url>
- </scm>
- <distributionManagement>
- <repository>
- <id>cccs.releases</id>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- </repository>
- <snapshotRepository>
- <id>cccs.snapshots</id>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
-
- <repositories>
- <repository>
- <id>cccs.releases</id>
- <name>CCCS Nexus Release Repository</name>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>cccs.snapshots</id>
- <name>CCCS Nexus Snapshot Repository</name>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>cccs.public</id>
- <name>CCCS Nexus Public Repository</name>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url>
- </repository>
- </repositories>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
- <version>2.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-gui</artifactId>
- <version>2.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-xmldb</artifactId>
- <version>0.5-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
- </dependency>
- <dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-gui</artifactId>
- </dependency>
- <dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-xmldb</artifactId>
- </dependency>
- </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>cristal</groupId> + <artifactId>cristal-dev</artifactId> + <version>0.6</version> + <name>Cristal Development Module</name> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <build> + <resources> + <resource> + <directory>src/main/resources</directory> + <targetPath>META-INF/cristal</targetPath> + <filtering>true</filtering> + <includes> + <include>module.xml</include> + </includes> + </resource> + <resource> + <directory>src/main/resources</directory> + <targetPath>uk/ac/uwe/cristaldev/resources</targetPath> + <excludes> + <exclude>module.xml</exclude> + </excludes> + </resource> + </resources> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.4.1</version> + </plugin> + </plugins> + </build> + <issueManagement> + <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-dev/</url> + <system>Redmine</system> + </issueManagement> + <organization> + <name>The CRISTAL Consortium</name> + <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal</url> + </organization> + <ciManagement> + <system>Jenkins</system> + <url>http://dev.cccs.uwe.ac.uk:8080/job/cristal-dev/</url> + </ciManagement> + <scm> + <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-dev.git</developerConnection> + <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-dev/repository</url> + <tag>0.6</tag> + </scm> + <distributionManagement> + <repository> + <id>cccs.releases</id> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url> + </repository> + <snapshotRepository> + <id>cccs.snapshots</id> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> + + <repositories> + <repository> + <id>cccs.releases</id> + <name>CCCS Nexus Release Repository</name> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>cccs.snapshots</id> + <name>CCCS Nexus Snapshot Repository</name> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>cccs.public</id> + <name>CCCS Nexus Public Repository</name> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url> + </repository> + </repositories> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>cristal</groupId> + <artifactId>cristal-kernel</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>cristal</groupId> + <artifactId>cristal-gui</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>cristal</groupId> + <artifactId>cristal-xmldb</artifactId> + <version>0.5</version> + </dependency> + </dependencies> + </dependencyManagement> + <dependencies> + <dependency> + <groupId>cristal</groupId> + <artifactId>cristal-kernel</artifactId> + </dependency> + <dependency> + <groupId>cristal</groupId> + <artifactId>cristal-gui</artifactId> + </dependency> + <dependency> + <groupId>cristal</groupId> + <artifactId>cristal-xmldb</artifactId> + </dependency> + </dependencies> </project>
\ No newline at end of file |
