releng: Update outdated maven plugins
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sat, 19 Mar 2016 05:20:50 +0000 (01:20 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sun, 20 Mar 2016 05:28:03 +0000 (01:28 -0400)
Change-Id: I1fc1f569bfc0a124f76fcdd5703e26be1d9a1295
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/68828
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Tested-by: Alexandre Montplaisir <alexmonthy@efficios.com>
pom.xml
releng/org.eclipse.tracecompass.alltests/pom.xml
releng/org.eclipse.tracecompass.target/pom.xml

diff --git a/pom.xml b/pom.xml
index 5ede88e6a237d483f42726c9b8ca6ba5efb220a0..693bcb8dc90da771fba3a6eaa0f2127a49b27635 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <plugin>
             <groupId>org.jacoco</groupId>
             <artifactId>jacoco-maven-plugin</artifactId>
-            <version>0.7.4.201502262128</version>
+            <version>0.7.6.201602180812</version>
             <executions>
               <execution>
                 <id>pre-test</id>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.4</version>
+          <version>3.5</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>2.6.1</version>
+          <version>3.0.0</version>
         </plugin>
 
         <plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>2.8</version>
+          <version>2.9</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.1</version>
+          <version>2.10.3</version>
           <configuration>
             <excludePackageNames>org.eclipse.tracecompass.internal.*:*.test*</excludePackageNames>
           </configuration>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>sonar-maven-plugin</artifactId>
-          <version>2.7.1</version>
+          <version>3.0.1</version>
         </plugin>
 
         <plugin>
index 83fc706f6e47c1f608e8103c48eda6ffee57dc4d..177112e28ff9e85242127619af264d39b988fd4a 100644 (file)
           <!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
           <plugin>
             <artifactId>maven-clean-plugin</artifactId>
-            <version>2.6.1</version>
             <executions>
               <execution>
                 <id>clean-performance-files</id>
index 8bc7d09533b23599d4ce231715de547a25af7704..b9ea140da1b2bb1210a34d1eff136094157ff08d 100644 (file)
@@ -19,7 +19,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.9.1</version>
+          <version>1.10</version>
           <executions>
             <execution>
               <id>attach-artifacts</id>
This page took 0.02615 seconds and 5 git commands to generate.