diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-07-10 12:05:56 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-07-10 12:05:56 +0200 |
commit | 43af9284cab086bdf5e711964f6522a67bdec782 (patch) | |
tree | e298c24c7f5ccd73ebf45e21053c44777a0f6e34 /archetypes/sonar-gwt-plugin/pom.xml | |
parent | 0a779207edf71ad46037d49f74dc2f5bc9759486 (diff) | |
download | sonarqube-43af9284cab086bdf5e711964f6522a67bdec782.tar.gz sonarqube-43af9284cab086bdf5e711964f6522a67bdec782.zip |
temporary reverting to 2.9-SNAPSHOT
Diffstat (limited to 'archetypes/sonar-gwt-plugin/pom.xml')
-rw-r--r-- | archetypes/sonar-gwt-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index aab1fa370a2..90a83f1de79 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.10-SNAPSHOT</version> + <version>2.9-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |