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