diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-05 14:12:58 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-05 14:12:58 +0000 |
commit | 35c9e60c985300140cf1a3899f85a537e519a9cc (patch) | |
tree | 1e9d4d438a338c41648efea24e094d8956de0c2e /archetypes/sonar-gwt-plugin | |
parent | 5138d2d7772ec1e41faa39d12fa94bf98a4dd667 (diff) | |
download | sonarqube-35c9e60c985300140cf1a3899f85a537e519a9cc.tar.gz sonarqube-35c9e60c985300140cf1a3899f85a537e519a9cc.zip |
upgrade to sonar-packaging-maven-plugin 0.3
Diffstat (limited to 'archetypes/sonar-gwt-plugin')
-rw-r--r-- | archetypes/sonar-gwt-plugin/project/pom.xml | 2 | ||||
-rw-r--r-- | archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/sonar-gwt-plugin/project/pom.xml b/archetypes/sonar-gwt-plugin/project/pom.xml index bf89489d615..14376f94836 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.1</version> + <version>0.3</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 19d88382d8f..073519e5c8d 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.1</version>
+ <version>0.3</version>
<extensions>true</extensions>
<configuration>
<pluginKey>gwt-sample</pluginKey>
|