Update outdated Maven plugins

Change-Id: I182e129efb5c464520c83fb5fb9de1df2ec6e857
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
diff --git a/pom.xml b/pom.xml
index 4413301..501d191 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 19bdcc3..26dd8c3 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>