diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-09-17 08:44:27 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-09-17 08:44:27 +0100 |
| commit | a0fc1a4f8c38ca74a85cb85fcf4f15a9600db221 (patch) | |
| tree | 01e24ad30aceca136ba203830e38219e86d26e6f | |
| parent | e9ae5eeee34fd15ff77eba8e5fda57a6ae9d5f55 (diff) | |
[maven-release-plugin] prepare for next development iteration
| -rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cristal</groupId> <artifactId>cristal-dev</artifactId> - <version>0.6</version> + <version>0.7-SNAPSHOT</version> <name>Cristal Development Module</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -48,7 +48,7 @@ <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> + <tag>HEAD</tag> </scm> <distributionManagement> <repository> @@ -95,17 +95,17 @@ <dependency> <groupId>cristal</groupId> <artifactId>cristal-kernel</artifactId> - <version>2.4</version> + <version>2.5-SNAPSHOT</version> </dependency> <dependency> <groupId>cristal</groupId> <artifactId>cristal-gui</artifactId> - <version>2.4</version> + <version>2.5-SNAPSHOT</version> </dependency> <dependency> <groupId>cristal</groupId> <artifactId>cristal-xmldb</artifactId> - <version>0.5</version> + <version>0.6-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> |
