Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2016-07-25 04:36:22 +0000
committerMarc-Andre Laperle2016-07-25 04:36:22 +0000
commit8f2799fa91d8868e3dcd2cb3a12e1f03e5efb398 (patch)
tree4bccfc89d5c7e338ef8c2ad4843bea660bf6a69a
parentd3b62dd5ba2d8340c2b5a0d239216b27607f0b65 (diff)
downloadorg.eclipse.cdt-8f2799fa91d8868e3dcd2cb3a12e1f03e5efb398.tar.gz
org.eclipse.cdt-8f2799fa91d8868e3dcd2cb3a12e1f03e5efb398.tar.xz
org.eclipse.cdt-8f2799fa91d8868e3dcd2cb3a12e1f03e5efb398.zip
Update outdated Maven plugins
Change-Id: I182e129efb5c464520c83fb5fb9de1df2ec6e857 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
-rw-r--r--pom.xml6
-rw-r--r--releng/org.eclipse.cdt.target/pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 441330172fa..501d1914425 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,7 +507,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.6.201602180812</version>
+ <version>0.7.7.201606060606</version>
<executions>
<execution>
<id>pre-test</id>
@@ -571,7 +571,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.7</version>
+ <version>3.0.1</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>
@@ -584,7 +584,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.3</version>
+ <version>3.0.4</version>
<configuration>
<xmlOutput>true</xmlOutput>
<excludeFilterFile>releng/findbugs-exclude.xml</excludeFilterFile>
diff --git a/releng/org.eclipse.cdt.target/pom.xml b/releng/org.eclipse.cdt.target/pom.xml
index 19bdcc3b60c..26dd8c3ec6d 100644
--- a/releng/org.eclipse.cdt.target/pom.xml
+++ b/releng/org.eclipse.cdt.target/pom.xml
@@ -20,7 +20,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.10</version>
+ <version>1.11</version>
<executions>
<execution>
<id>attach-artifacts</id>

Back to the top