aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-06-17 17:45:56 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-06-17 17:45:56 +0200
commit32ec8599d050066e41e12acd4b554febd3920197 (patch)
treef06a136a4e426e4b8ef8491627e1eb52fb1529c6 /pom.xml
parenta07ebb829958f3aa566b6246e4643dad91b96b6c (diff)
downloadsonarqube-32ec8599d050066e41e12acd4b554febd3920197.tar.gz
sonarqube-32ec8599d050066e41e12acd4b554febd3920197.zip
Revert "SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1"
This reverts commit ceaddeb0db54d29fd67d11f23488f61f85041446.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 6fe6dbf535c..f7aa898a364 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,12 +153,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.0</version>
</plugin>
<plugin>
+ <!-- not thread safe -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.7</version>
+ <version>2.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -173,7 +174,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.15</version>
+ <version>2.12</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -218,7 +219,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.2</version>
+ <version>2.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -249,12 +250,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.14.1</version>
+ <version>2.12.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>2.3</version>
+ <version>2.1.1</version>
</plugin>
<plugin>
<!-- not thread safe -->
@@ -265,7 +266,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>1.7</version>
+ <version>1.6</version>
</plugin>
</plugins>
</pluginManagement>
@@ -935,7 +936,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
- <version>2.1</version>
+ <version>1.2</version>
<exclusions>
<exclusion>
<!-- See SONAR-2455 -->