You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/22 19:40:10 UTC

[3/4] incubator-streams git commit: Bump maven to 3.3.9

Bump maven to 3.3.9


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/316b3995
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/316b3995
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/316b3995

Branch: refs/heads/master
Commit: 316b3995870ea32ed4c026112a9eb9098c1374e7
Parents: afb25d0
Author: Joey Frazee <jo...@icloud.com>
Authored: Fri Oct 21 14:00:50 2016 -0500
Committer: Joey Frazee <jo...@icloud.com>
Committed: Fri Oct 21 14:11:31 2016 -0500

----------------------------------------------------------------------
 incubator-streams-master-pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/316b3995/incubator-streams-master-pom.xml
----------------------------------------------------------------------
diff --git a/incubator-streams-master-pom.xml b/incubator-streams-master-pom.xml
index 9524643..5246931 100644
--- a/incubator-streams-master-pom.xml
+++ b/incubator-streams-master-pom.xml
@@ -64,7 +64,7 @@
     </ciManagement>
 
     <prerequisites>
-        <maven>3.0.5</maven>
+        <maven>3.3.9</maven>
     </prerequisites>
 
     <mailingLists>
@@ -118,7 +118,7 @@
 
         <!-- Build Properties -->
         <java.version>1.8</java.version>
-        <maven.version>3.0.5</maven.version>
+        <maven.version>3.3.9</maven.version>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -327,7 +327,7 @@
                                         <version>[${java.version},)</version>
                                     </requireJavaVersion>
                                     <requireMavenVersion>
-                                        <message>Maven 3.0 or higher is required to compile this module</message>
+                                        <message>Maven 3.3.9 or higher is required to compile this module</message>
                                         <version>[${maven.version},)</version>
                                     </requireMavenVersion>
                                 </rules>