aboutsummaryrefslogtreecommitdiffstats
path: root/archetypes
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-05 14:12:58 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-05 14:12:58 +0000
commit35c9e60c985300140cf1a3899f85a537e519a9cc (patch)
tree1e9d4d438a338c41648efea24e094d8956de0c2e /archetypes
parent5138d2d7772ec1e41faa39d12fa94bf98a4dd667 (diff)
downloadsonarqube-35c9e60c985300140cf1a3899f85a537e519a9cc.tar.gz
sonarqube-35c9e60c985300140cf1a3899f85a537e519a9cc.zip
upgrade to sonar-packaging-maven-plugin 0.3
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 4750508d1de..d8267799f45 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.1</version>
+ <version>0.3</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 56f75bea7ea..83a2bb948aa 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.1</version>
+ <version>0.3</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 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>