You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sm...@apache.org on 2017/02/08 05:23:28 UTC

incubator-streams git commit: NoJira: Fix the documentation for minimum Java and Maven requirements

Repository: incubator-streams
Updated Branches:
  refs/heads/master b71cce83d -> be1057a3f


NoJira: Fix the documentation for minimum Java and Maven requirements


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

Branch: refs/heads/master
Commit: be1057a3fafd5aab8f831c2bc215ab1d3d995f13
Parents: b71cce8
Author: smarthi <sm...@apache.org>
Authored: Wed Feb 8 00:23:18 2017 -0500
Committer: smarthi <sm...@apache.org>
Committed: Wed Feb 8 00:23:18 2017 -0500

----------------------------------------------------------------------
 src/site/markdown/install/java.md  | 2 --
 src/site/markdown/install/maven.md | 6 ++----
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/be1057a3/src/site/markdown/install/java.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/install/java.md b/src/site/markdown/install/java.md
index 24b527f..8a21196 100644
--- a/src/site/markdown/install/java.md
+++ b/src/site/markdown/install/java.md
@@ -6,9 +6,7 @@ Run from your command line:
 
 | Possible result | Explanation |
 |-----------------|-------------|
-| Java Version >= 1.7.0u72) | You're all good |
 | Java Version >= 1.8.0u25) | You're all good |
-| Java Version < 1.7.0u72 | You need a newer JDK |
 | Java Version < 1.8.0u25 | You need a newer JDK |
 
 If you need to install or upgrade Java, start here:

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/be1057a3/src/site/markdown/install/maven.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/install/maven.md b/src/site/markdown/install/maven.md
index 17d8d3a..228f7f5 100644
--- a/src/site/markdown/install/maven.md
+++ b/src/site/markdown/install/maven.md
@@ -8,10 +8,8 @@ Run from your command line:
 |-----------------|-------------|
 | -bash: mvn: command not found | You need to install maven |
 | Error: JAVA_HOME is not defined correctly. | You need to install JDK |
-| Apache Maven >= 3.2.5+\nJava Version >= 1.7.0u72) | You're all good |
-| Apache Maven >= 3.2.5+\nJava Version >= 1.8.0u25) | You're all good |
-| Apache Maven < 3.2.5 | You need a newer version of maven |
-| Java Version < 1.7.0u72 | You need a newer version of maven |
+| Apache Maven >= 3.3.9+\nJava Version >= 1.8.0u25) | You're all good |
+| Apache Maven < 3.3.9 | You need a newer version of maven |
 | Java Version < 1.8.0u25 | You need a newer JDK |
 
 If you need to install maven, start here: