diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-11 15:35:49 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-11 15:35:49 +0200 |
commit | 12160e32796ef69de7fa4e39709d5055207a742c (patch) | |
tree | d04d72a02e2f4d477b9c46d3854a11a9eaf42912 /archetypes | |
parent | 33bcedb23dc8a10d3e715dbc508ca796dabc4314 (diff) | |
download | sonarqube-12160e32796ef69de7fa4e39709d5055207a742c.tar.gz sonarqube-12160e32796ef69de7fa4e39709d5055207a742c.zip |
Upgrade version to 2.10-SNAPSHOT
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 1d8e9a3925c..018641def44 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.9-SNAPSHOT</version> + <version>2.10-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index 90a83f1de79..aab1fa370a2 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.9-SNAPSHOT</version> + <version>2.10-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |