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/21 19:12:11 UTC

[3/3] incubator-streams-master 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-master/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/65652d52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/65652d52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/65652d52

Branch: refs/heads/master
Commit: 65652d5260ff8f9a0fdf8ce89221ba45c12380cf
Parents: 22c43ef
Author: Joey Frazee <jo...@icloud.com>
Authored: Fri Oct 21 14:00:28 2016 -0500
Committer: Joey Frazee <jo...@icloud.com>
Committed: Fri Oct 21 14:00:28 2016 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/65652d52/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d59a46c..d480531 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
     </ciManagement>
 
     <prerequisites>
-        <maven>3.0.5</maven>
+        <maven>3.3.9</maven>
     </prerequisites>
 
     <mailingLists>
@@ -239,7 +239,7 @@
 
         <!-- Build Properties -->
         <java.version>1.8</java.version>
-        <maven.version>3.0.5</maven.version>
+        <maven.version>3.3.9</maven.version>
         <scala.suffix>2.10</scala.suffix>
         <scala.version>2.10.6</scala.version>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>