diff options
author | Julien Eluard <[email protected]> | 2014-09-10 08:52:34 -0300 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2014-09-22 17:50:35 -0300 |
commit | 17fcfc553a7835f8e86f8ea293ccf524b08c662e (patch) | |
tree | a7158616386bf38d58b8aa16b6b85bb301bd0beb | |
parent | a53b3ddd78a257d4e9165b20394811dba8125896 (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 dc4ca17..7e96c21 100755 --- a/api/pom.xml +++ b/api/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.28</version> + <version>0.9.29-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/enforcer-rule/pom.xml b/enforcer-rule/pom.xml index 8bdb0d9..efe020b 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.28</version> + <version>0.9.29-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -4,7 +4,7 @@ <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.28</version> + <version>0.9.29-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.28</tag> + <tag>HEAD</tag> </scm> <developers> |