aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-07-11 15:45:25 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-07-11 15:45:25 +0200
commiteaa9a0cfc3f098f2a6b399bdbd0fcf43366024ac (patch)
tree6977f785e02e1e13469e7192cd5c34141032caf2 /pom.xml
parent12160e32796ef69de7fa4e39709d5055207a742c (diff)
downloadsonarqube-eaa9a0cfc3f098f2a6b399bdbd0fcf43366024ac.tar.gz
sonarqube-eaa9a0cfc3f098f2a6b399bdbd0fcf43366024ac.zip
Upgrade maven plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index c02d68541fa..d402ff79199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</plugin>
<plugin>
<!-- not thread safe -->
@@ -226,7 +226,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.4.3</version>
+ <version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -246,7 +246,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.6</version>
+ <version>2.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -262,7 +262,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
<extensions>true</extensions>
</plugin>
</plugins>