diff options
author | Julien Eluard <[email protected]> | 2013-12-17 15:23:15 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2014-03-18 12:05:03 -0300 |
commit | 3a002cbea372f538830998a2477d9cdc2037abbc (patch) | |
tree | 7460e696d474e981c6f141995a566b09df647962 | |
parent | 6d9c8b319050a70e304a8bd496845aeebdb58f55 (diff) |
[maven-release-plugin] prepare for next development iteration
-rwxr-xr-x | api/pom.xml | 2 | ||||
-rwxr-xr-x | enforcer-rule/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/api/pom.xml b/api/pom.xml index 548f981..83f7ebb 100755 --- a/api/pom.xml +++ b/api/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.18</version> + <version>0.9.19-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/enforcer-rule/pom.xml b/enforcer-rule/pom.xml index d755dfd..6001d5c 100755 --- a/enforcer-rule/pom.xml +++ b/enforcer-rule/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.18</version> + <version>0.9.19-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -4,7 +4,7 @@ <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.18</version> + <version>0.9.19-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.18</tag> + <tag>HEAD</tag> </scm> <developers> |