releng: Update outdated Maven plugins
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 25 Jul 2016 04:34:26 +0000 (00:34 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 25 Jul 2016 17:19:15 +0000 (13:19 -0400)
Change-Id: Ibe9af7134d99c788e9466371714c2650ddded277
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/77825
Reviewed-by: Hudson CI
Reviewed-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Tested-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
pom.xml
releng/org.eclipse.tracecompass.target/pom.xml

diff --git a/pom.xml b/pom.xml
index 99321f4bc7d4c58e8d3867d449d4ae04698d674a..020c8913bf00e4fbbdcc0bb980fc813f5f7b045b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <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>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>2.7</version>
+          <version>3.0.1</version>
           <configuration>
             <encoding>UTF-8</encoding>
           </configuration>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.5</version>
+          <version>3.5.1</version>
         </plugin>
 
         <plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.3</version>
+          <version>2.10.4</version>
           <configuration>
             <excludePackageNames>org.eclipse.tracecompass.internal.*:*.test*</excludePackageNames>
           </configuration>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>sonar-maven-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.0.2</version>
         </plugin>
 
         <plugin>
index 6973bc73e5913fb7501566161769cecabc66895e..9e67912790da4475f236b0a990347e6a49ef3b81 100644 (file)
@@ -19,7 +19,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>
This page took 0.026105 seconds and 5 git commands to generate.