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 2015/04/11 19:52:55 UTC

svn commit: r1672909 - /incubator/streams/site/trunk/content/source-repository.mdtext

Author: sblackmon
Date: Sat Apr 11 17:52:54 2015
New Revision: 1672909

URL: http://svn.apache.org/r1672909
Log:
note min JDK versions

Modified:
    incubator/streams/site/trunk/content/source-repository.mdtext

Modified: incubator/streams/site/trunk/content/source-repository.mdtext
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/source-repository.mdtext?rev=1672909&r1=1672908&r2=1672909&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/source-repository.mdtext (original)
+++ incubator/streams/site/trunk/content/source-repository.mdtext Sat Apr 11 17:52:54 2015
@@ -34,5 +34,5 @@ Streams uses Maven 3+ as its build tool.
 
 `mvn clean install` from project root will build all modules and install them to your local maven repo.
 
-Streams requires Java 1.7+.
+Streams currently requires Java 1.7.0u72+, or Java 1.8.0u25+ during build phase.