diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 17:35:41 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 17:35:41 +0000 |
commit | a512de3bbd7929e0cd09523cf446cf24273838b3 (patch) | |
tree | e016d0655532965482e28fceb0dfd526f8f4215a /archetypes | |
parent | 2c374e82e29a669d2be9998dcb9bebcea3c0877c (diff) | |
download | sonarqube-a512de3bbd7929e0cd09523cf446cf24273838b3.tar.gz sonarqube-a512de3bbd7929e0cd09523cf446cf24273838b3.zip |
upgrade trunk to 2.4-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 8cb2ddc9305..59565bc876f 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.3-SNAPSHOT</version> + <version>2.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index 377bfde4d1a..02fefc35488 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.3-SNAPSHOT</version> + <version>2.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |