diff options
author | Julien Eluard <[email protected]> | 2014-10-02 22:44:20 -0300 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2014-10-02 22:44:20 -0300 |
commit | 91a8fe7a96a32ae11f59320e424a9212f55aecb0 (patch) | |
tree | f3949c32353ec892f4c2b27816631fc5612cf41b | |
parent | b06133a0970351062c7b92e85e08fbc4d232372f (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 ae5195a..6790346 100755 --- a/api/pom.xml +++ b/api/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.32</version> + <version>0.9.33-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/enforcer-rule/pom.xml b/enforcer-rule/pom.xml index b98365d..4c33cf1 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.32</version> + <version>0.9.33-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -4,7 +4,7 @@ <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.32</version> + <version>0.9.33-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.32</tag> + <tag>HEAD</tag> </scm> <developers> |