diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-09 11:25:44 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-09 11:25:44 +0200 |
commit | 0196b85b64455b39c1e163319a4eecbc6175766b (patch) | |
tree | 3843426a459331e997f1246065d3d3f95dd6d1e8 /archetypes | |
parent | 4ad2465a4e5162823f79f93aa6ab33ef1612a06f (diff) | |
download | sonarqube-0196b85b64455b39c1e163319a4eecbc6175766b.tar.gz sonarqube-0196b85b64455b39c1e163319a4eecbc6175766b.zip |
[maven-release-plugin] prepare release 2.10-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 8d58f632349..08ee1b171c4 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.11-SNAPSHOT</version> + <version>2.10-RC2</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index 31ec2248c3f..0f66848131f 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.11-SNAPSHOT</version> + <version>2.10-RC2</version> <relativePath>../..</relativePath> </parent> |