aboutsummaryrefslogtreecommitdiffstats
path: root/archetypes
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-08 14:13:09 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-08 14:13:09 +0000
commitf763de308b6617cea3644921ddedfdd3b5a05b4f (patch)
treea11b0f980098659de61ddffa18ce80ac4fa78e44 /archetypes
parentb4369f838f9f5646618952d3b18cad7c6c12bc4b (diff)
downloadsonarqube-f763de308b6617cea3644921ddedfdd3b5a05b4f.tar.gz
sonarqube-f763de308b6617cea3644921ddedfdd3b5a05b4f.zip
upgrade to sonar-update-center 0.4 and sonar-packaging-maven-plugin 0.4
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/sonar-basic-plugin/project/pom.xml2
-rw-r--r--archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--archetypes/sonar-gwt-plugin/project/pom.xml2
-rw-r--r--archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml2
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>