diff options
author | Julien Eluard <[email protected]> | 2010-11-16 23:07:05 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2010-11-16 23:07:05 +0100 |
commit | ae18cce0ed3d67ec0da898cad76aaa3ead40b03a (patch) | |
tree | 0b70580bf6e9a43b24a3a250571adeccc081953d | |
parent | a2779e26102339d80c8a8669cd22a1198fe627f6 (diff) |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | api/pom.xml | 2 | ||||
-rw-r--r-- | enforcer-rule/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/api/pom.xml b/api/pom.xml index a630ece..0c1e79a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9</version> + <version>1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/enforcer-rule/pom.xml b/enforcer-rule/pom.xml index 2ac58ae..cbd910c 100644 --- a/enforcer-rule/pom.xml +++ b/enforcer-rule/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9</version> + <version>1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -24,7 +24,7 @@ <dependency> <groupId>org.semver</groupId> <artifactId>api</artifactId> - <version>0.9</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven.enforcer</groupId> @@ -4,7 +4,7 @@ <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9</version> + <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Semantic Versioning Parent</name> |