aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-11-20 12:09:50 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-11-20 12:10:17 +0100
commitc93c1bcf7001e96fd4eac1569270da6fa654d787 (patch)
tree3e5369a71074cc877fc06a5caafe03a8469ee53d /pom.xml
parent6d22f4969cf3dd26fab34eb730dcd623542db31e (diff)
downloadsonarqube-c93c1bcf7001e96fd4eac1569270da6fa654d787.tar.gz
sonarqube-c93c1bcf7001e96fd4eac1569270da6fa654d787.zip
Upgrade some maven plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml33
1 files changed, 24 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 5e80eee267d..65149e34bcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,22 +164,22 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.2</version>
+ <version>1.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.15</version>
+ <version>2.16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -195,7 +195,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
- <version>2.4</version>
+ <version>2.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -229,7 +229,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <!-- do not upgrade to 2.4 because of http://jira.codehaus.org/browse/MRELEASE-818 -->
+ <!--
+ Do not upgrade to 2.4 because of http://jira.codehaus.org/browse/MRELEASE-818.
+ Fixed in 2.4.1.
+ -->
<version>2.3.2</version>
</plugin>
<plugin>
@@ -255,12 +258,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.14.1</version>
+ <version>2.16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
</plugin>
<plugin>
<!-- not thread safe -->
@@ -271,7 +274,12 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>1.8</version>
+ <version>1.9</version>
+ </plugin>
+ <plugin>
+ <groupId>ro.isdc.wro4j</groupId>
+ <artifactId>wro4j-maven-plugin</artifactId>
+ <version>1.7.2</version>
</plugin>
</plugins>
</pluginManagement>
@@ -1198,6 +1206,13 @@
<organization>SonarSource</organization>
<timezone>+1</timezone>
</developer>
+ <developer>
+ <id>henryju</id>
+ <name>Julien Henry</name>
+ <email>julien.henry@sonarsource.com</email>
+ <organization>SonarSource</organization>
+ <timezone>+1</timezone>
+ </developer>
</developers>
<profiles>