diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-29 17:03:48 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-29 17:03:48 +0200 |
commit | 4eecf910ac00fa519c7c6cd86561f16088d23af5 (patch) | |
tree | 030e00814eed10b687f58e0e21e5d33a77c3b5fd /archetypes | |
parent | a37a451c2e118a06689e6eb581b891c9f729586e (diff) | |
download | sonarqube-4eecf910ac00fa519c7c6cd86561f16088d23af5.tar.gz sonarqube-4eecf910ac00fa519c7c6cd86561f16088d23af5.zip |
Upgrade master to version 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 c8897f0c21a..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.7-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 d58228708f2..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.7-SNAPSHOT</version> + <version>2.8-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |