aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-08 21:03:20 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-08 21:03:20 +0000
commita857dab255903e731d08c405165bea227a9c1952 (patch)
treece1f4f260b8b37a35fead563c5cfdded3cb9ea29
parent0218b62649e2b6bc137cf576499edb7069fad8e9 (diff)
downloadsonarqube-a857dab255903e731d08c405165bea227a9c1952.tar.gz
sonarqube-a857dab255903e731d08c405165bea227a9c1952.zip
upgrade to sonar-packaging-maven-plugin 1.0
-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
-rw-r--r--pom.xml4
-rw-r--r--tests/integration/sonar-it-reference-plugin/pom.xml2
6 files changed, 7 insertions, 7 deletions
diff --git a/archetypes/sonar-basic-plugin/project/pom.xml b/archetypes/sonar-basic-plugin/project/pom.xml
index 1f583d5b964..15fc124de96 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.4</version>
+ <version>1.0</version>
<extensions>true</extensions>
<configuration>
<pluginClass>${package}.SamplePlugin</pluginClass>
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 84e631cabff..9d8f2a1be26 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.4</version>
+ <version>1.0</version>
<extensions>true</extensions>
<configuration>
<pluginClass>${package}.SamplePlugin</pluginClass>
diff --git a/archetypes/sonar-gwt-plugin/project/pom.xml b/archetypes/sonar-gwt-plugin/project/pom.xml
index 4b078d689f5..5111399d131 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.4</version>
+ <version>1.0</version>
<extensions>true</extensions>
<configuration>
<pluginClass>${package}.GwtSamplePlugin</pluginClass>
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 d03dc24f81a..cad5e845a9b 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.4</version>
+ <version>1.0</version>
<extensions>true</extensions>
<configuration>
<pluginClass>${package}.GwtSamplePlugin</pluginClass>
diff --git a/pom.xml b/pom.xml
index 2bd3e98d25c..92c3f151aca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>0.4</version>
+ <version>1.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
@@ -397,7 +397,7 @@ mmmm
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-update-center-common</artifactId>
- <version>0.4</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
diff --git a/tests/integration/sonar-it-reference-plugin/pom.xml b/tests/integration/sonar-it-reference-plugin/pom.xml
index 3e256ae9fbe..5bccc48f252 100644
--- a/tests/integration/sonar-it-reference-plugin/pom.xml
+++ b/tests/integration/sonar-it-reference-plugin/pom.xml
@@ -92,7 +92,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>0.4</version>
+ <version>1.0</version>
<extensions>true</extensions>
<configuration>
<pluginClass>itests.ITestsPlugin</pluginClass>