diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-08 14:13:09 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-08 14:13:09 +0000 |
commit | f763de308b6617cea3644921ddedfdd3b5a05b4f (patch) | |
tree | a11b0f980098659de61ddffa18ce80ac4fa78e44 /archetypes | |
parent | b4369f838f9f5646618952d3b18cad7c6c12bc4b (diff) | |
download | sonarqube-f763de308b6617cea3644921ddedfdd3b5a05b4f.tar.gz sonarqube-f763de308b6617cea3644921ddedfdd3b5a05b4f.zip |
upgrade to sonar-update-center 0.4 and sonar-packaging-maven-plugin 0.4
Diffstat (limited to 'archetypes')
4 files changed, 4 insertions, 4 deletions
diff --git a/archetypes/sonar-basic-plugin/project/pom.xml b/archetypes/sonar-basic-plugin/project/pom.xml index d8267799f45..494fb4c9085 100644 --- a/archetypes/sonar-basic-plugin/project/pom.xml +++ b/archetypes/sonar-basic-plugin/project/pom.xml @@ -38,7 +38,7 @@ <plugin> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-packaging-maven-plugin</artifactId> - <version>0.3</version> + <version>0.4</version> <extensions>true</extensions> <configuration> <pluginKey>sample</pluginKey> diff --git a/archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml b/archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml index 83a2bb948aa..4af5ef172d4 100644 --- a/archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml @@ -37,7 +37,7 @@ <plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
<extensions>true</extensions>
<configuration>
<pluginKey>sample</pluginKey>
diff --git a/archetypes/sonar-gwt-plugin/project/pom.xml b/archetypes/sonar-gwt-plugin/project/pom.xml index 14376f94836..c285e4b6dac 100644 --- a/archetypes/sonar-gwt-plugin/project/pom.xml +++ b/archetypes/sonar-gwt-plugin/project/pom.xml @@ -81,7 +81,7 @@ <plugin> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-packaging-maven-plugin</artifactId> - <version>0.3</version> + <version>0.4</version> <extensions>true</extensions> <configuration> <pluginKey>gwt-sample</pluginKey> diff --git a/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml b/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml index 073519e5c8d..18683f9560a 100644 --- a/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml @@ -79,7 +79,7 @@ <plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
<extensions>true</extensions>
<configuration>
<pluginKey>gwt-sample</pluginKey>
|