Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-11-29 00:35:50 +0000
committerMatthias Sohn2011-11-29 00:37:44 +0000
commit0323b3241d1a597feaaad57ef0ae41ef67eb1d46 (patch)
tree185ba2a4b397256b198e65028f0e39357b5678e4 /pom.xml
parent876a71419e7e9eef1f1c57db81c1797e130ff640 (diff)
downloadegit-0323b3241d1a597feaaad57ef0ae41ef67eb1d46.tar.gz
egit-0323b3241d1a597feaaad57ef0ae41ef67eb1d46.tar.xz
egit-0323b3241d1a597feaaad57ef0ae41ef67eb1d46.zip
Update maven plugin versions
Change-Id: Ieb9a88d15c13a8e7d4bac9f39803c997b8eb59f6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index b4016cfb34..aa3797561f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.4.1</version>
+ <version>2.5</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>
@@ -303,7 +303,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
+ <version>1.7</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -324,7 +324,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
<configuration>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>
@@ -343,12 +343,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-4</version>
+ <version>2.2.1</version>
</plugin>
<plugin>
<groupId>org.eclipse.dash.maven</groupId>
<artifactId>eclipse-signing-maven-plugin</artifactId>
- <version>1.0.3</version>
+ <version>1.0.5</version>
</plugin>
</plugins>
</pluginManagement>

Back to the top