diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-12 10:47:11 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-12 10:47:11 +0000 |
commit | 2d3b588b4a356c0692b25981f8a0418e237eced5 (patch) | |
tree | d09c561c8c323f4eba52555009a97508a84c6303 /archetypes | |
parent | b791b9aac2fc186a171ee38815926267d7c58876 (diff) | |
download | sonarqube-2d3b588b4a356c0692b25981f8a0418e237eced5.tar.gz sonarqube-2d3b588b4a356c0692b25981f8a0418e237eced5.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/sonar-basic-plugin/pom.xml | 2 | ||||
-rw-r--r-- | archetypes/sonar-gwt-plugin/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/sonar-basic-plugin/pom.xml b/archetypes/sonar-basic-plugin/pom.xml index e9cef1094aa..59565bc876f 100644 --- a/archetypes/sonar-basic-plugin/pom.xml +++ b/archetypes/sonar-basic-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.3</version> + <version>2.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index aaeaa2b499b..02fefc35488 100644 --- a/archetypes/sonar-gwt-plugin/pom.xml +++ b/archetypes/sonar-gwt-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.3</version> + <version>2.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |