[BEAM-1297] Update all maven plugin versions to the latest release

Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/82ea9fb3
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/82ea9fb3
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/82ea9fb3

Branch: refs/heads/master
Commit: 82ea9fb382239d15f2b4ab80c584f70cc8dc4ee5
Parents: cf69273
Author: Ismaël Mejía <ieme...@gmail.com>
Authored: Mon Jan 23 18:32:09 2017 +0100
Committer: Dan Halperin <dhalp...@google.com>
Committed: Tue Feb 7 23:08:45 2017 -0800

----------------------------------------------------------------------
 pom.xml | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/82ea9fb3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d308cea..2c2f71f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -990,7 +990,7 @@
 
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.5.1</version>
+          <version>3.6.1</version>
           <configuration>
             <source>1.7</source>
             <target>1.7</target>
@@ -1039,7 +1039,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.5</version>
+          <version>3.0.2</version>
           <executions>
             <execution>
               <id>default-jar</id>
@@ -1059,7 +1059,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.4</version>
+          <version>3.0.1</version>
         </plugin>
 
         <plugin>
@@ -1071,7 +1071,7 @@
                here, we leave things simple here. -->
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.3</version>
+          <version>2.10.4</version>
           <configuration>
             <additionalparam>${beam.javadoc_opts}</additionalparam>
             <windowtitle>Apache Beam SDK for Java, version ${project.version} 
API</windowtitle>
@@ -1120,7 +1120,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.3</version>
         </plugin>
        
         <plugin>
@@ -1132,7 +1132,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>1.4.0</version>
+          <version>1.5.0</version>
           <configuration>
             <cleanupDaemonThreads>false</cleanupDaemonThreads>
             <systemProperties>
@@ -1148,7 +1148,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.7.5.201505241946</version>
+          <version>0.7.8</version>
           <executions>
             <execution>
               <goals>
@@ -1178,7 +1178,7 @@
         <plugin>
           <groupId>org.eluder.coveralls</groupId>
           <artifactId>coveralls-maven-plugin</artifactId>
-          <version>4.1.0</version>
+          <version>4.3.0</version>
         </plugin>
 
         <plugin>
@@ -1296,6 +1296,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
+          <version>3.0.0</version>
           <executions>
             <execution>
               <id>source-release-assembly</id>
@@ -1309,7 +1310,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>${findbugs.version}</version>
+          <version>3.0.4</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.beam</groupId>
@@ -1369,7 +1370,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.10</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals><goal>analyze-only</goal></goals>
@@ -1384,7 +1385,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.4.1</version>
         <executions>
           <execution>
             <id>enforce</id>
@@ -1430,7 +1431,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.3</version>
         <reportSets>
           <reportSet>
             <reports>

Reply via email to