diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-10 13:06:06 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-10 13:06:06 +0200 |
commit | a44fa2a2fafed5a9ef86048a20ad92114d459afd (patch) | |
tree | f4b1bf006deb30b8f0e1e58fde4a3b10bb7ed9c7 /archetypes | |
parent | 8911980028c637ce6068d4e360838f738dd2f9c0 (diff) | |
download | sonarqube-a44fa2a2fafed5a9ef86048a20ad92114d459afd.tar.gz sonarqube-a44fa2a2fafed5a9ef86048a20ad92114d459afd.zip |
Temporarily downgrade version to 2.8-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..724475e8892 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.8-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index 90a83f1de79..de0c6ab5e24 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.8-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |