diff options
author | Julien Eluard <[email protected]> | 2014-05-04 17:14:42 -0300 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2014-05-04 17:14:42 -0300 |
commit | 8989dfc820b14c25ef7d9cb4bad8e265719c5ef3 (patch) | |
tree | 1a9148132030eb02189d8a45523fd930d9e35ef0 /pom.xml | |
parent | 3c4c323911e95bfa534580851dfd1ef8f1dcde2f (diff) |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.24</version> + <version>0.9.25-SNAPSHOT</version> <packaging>pom</packaging> <name>Semantic Versioning</name> @@ -29,7 +29,7 @@ <connection>scm:git:[email protected]:jeluard/semantic-versioning</connection> <developerConnection>scm:git:[email protected]:jeluard/semantic-versioning</developerConnection> <url>scm:git:[email protected]:jeluard/semantic-versioning</url> - <tag>0.9.24</tag> + <tag>HEAD</tag> </scm> <developers> |