diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-28 17:50:26 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-28 17:50:26 +0200 |
commit | 349b260a5e16d57d0cd9cb9dd6de4c82d2856b2b (patch) | |
tree | c3fb3aec502f61925188b7c07831bc16c1bc7c55 /archetypes | |
parent | 75bfca1251c38deadee087895458577d2d26fb2a (diff) | |
download | sonarqube-349b260a5e16d57d0cd9cb9dd6de4c82d2856b2b.tar.gz sonarqube-349b260a5e16d57d0cd9cb9dd6de4c82d2856b2b.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 05cbb3214ea..c8897f0c21a 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.7-RC3</version> + <version>2.7-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index b2340b8e348..d58228708f2 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.7-RC3</version> + <version>2.7-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |