diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-18 15:04:17 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-18 15:04:17 +0100 |
commit | bf5b998ad95df1c85e8d84d06a26684337f9f3fe (patch) | |
tree | 5845fc5c91dc19ebd0f3f19e5e48a30bd51cd545 /archetypes | |
parent | a8f2e60b710785919bd63c6dcd68b9bc1d6dc073 (diff) | |
download | sonarqube-bf5b998ad95df1c85e8d84d06a26684337f9f3fe.tar.gz sonarqube-bf5b998ad95df1c85e8d84d06a26684337f9f3fe.zip |
[maven-release-plugin] prepare release 2.7-RC2
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..0912812217b 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-RC2</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index d58228708f2..b38b8d4ab30 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-RC2</version> <relativePath>../..</relativePath> </parent> |