diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-09 20:10:26 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-09 20:10:26 +0200 |
commit | 92a1f54c7d4a0b04253575eec9785b6fc1869a85 (patch) | |
tree | 8d8c026e4c95a950a5a4816cc776ec7ad83846e9 /archetypes | |
parent | fc635a302c1d7b12f9d504d1315d82b247eef716 (diff) | |
download | sonarqube-92a1f54c7d4a0b04253575eec9785b6fc1869a85.tar.gz sonarqube-92a1f54c7d4a0b04253575eec9785b6fc1869a85.zip |
Release 2.8-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 724475e8892..a4cd478ff2b 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.8-SNAPSHOT</version> + <version>2.8-RC2</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index de0c6ab5e24..74384900ec0 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.8-SNAPSHOT</version> + <version>2.8-RC2</version> <relativePath>../..</relativePath> </parent> |