aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-08 13:37:39 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-08 13:37:39 +0000
commit77f14b5d770d088dcd5fe43f1359f90cbba5c513 (patch)
treecaa766ca64d61921372e6ea0169ca2d362d2992a /subprojects
parentf6b610279f15ea90afed29deb0df4e5928e9d8c0 (diff)
downloadsonarqube-77f14b5d770d088dcd5fe43f1359f90cbba5c513.tar.gz
sonarqube-77f14b5d770d088dcd5fe43f1359f90cbba5c513.zip
sonar-update-center subproject: upgrade some maven plugins (clean, install, jar, ...)
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/sonar-update-center/pom.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/subprojects/sonar-update-center/pom.xml b/subprojects/sonar-update-center/pom.xml
index 351670fbd25..2b354707060 100644
--- a/subprojects/sonar-update-center/pom.xml
+++ b/subprojects/sonar-update-center/pom.xml
@@ -37,7 +37,8 @@
<developer>
<id>godin</id>
<name>Evgeny Mandrikov</name>
- <email>mandrikov@gmail.com</email>
+ <email>evgeny.mandrikov@sonarsource.com</email>
+ <organization>SonarSource</organization>
<roles>
<role>developer</role>
</roles>
@@ -127,7 +128,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
+ <version>4.8.2</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
@@ -144,12 +145,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.4</version>
+ <version>2.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.1</version>
+ <version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -174,7 +175,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
- <version>2.3</version>
+ <version>2.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -184,7 +185,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.3</version>
+ <version>2.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -216,7 +217,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.4.2</version>
+ <version>2.4.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -226,12 +227,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>2.1.1</version>
+ <version>2.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>