summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-09-16 10:45:01 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-09-16 10:45:01 +0100
commit23f862f284db576224285290b8da321408845613 (patch)
treed62ee20b04b2aa1fcd789e536cc915423bb73c73
parent4fc87b4bab9e975f5e8e490aea8224b4ed0f3b6a (diff)
[maven-release-plugin] prepare for next development iteration
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7571448..de129c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-xmldb</artifactId>
- <version>0.5</version>
+ <version>0.6-SNAPSHOT</version>
<name>cristal-xmldb</name>
<description>CRISTAL Module</description>
<issueManagement>
@@ -18,7 +18,7 @@
<scm>
<developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-xmldb.git</developerConnection>
<url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-xmldb/repository</url>
- <tag>0.5</tag>
+ <tag>HEAD</tag>
</scm>
<build>
<resources>
@@ -121,7 +121,7 @@
<dependency>
<groupId>cristal</groupId>
<artifactId>cristal-kernel</artifactId>
- <version>2.4</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>