diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-17 09:09:33 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-22 09:59:51 +0100 |
commit | 22d26707d7e1c169154d11c0b5cd2325f2089eb9 (patch) | |
tree | b3715ef407d976e1f9a9134238821997de5f0624 /archetypes | |
parent | 22d7301ef41d45d39275aa0df4d1af5bd5814ef2 (diff) | |
download | sonarqube-22d26707d7e1c169154d11c0b5cd2325f2089eb9.tar.gz sonarqube-22d26707d7e1c169154d11c0b5cd2325f2089eb9.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 38767bf07ed..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-RC1</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 84f814e045e..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-RC1</version> + <version>2.7-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |