You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2017/01/25 23:01:37 UTC

svn commit: r1780288 - /velocity/engine/trunk/README.md

Author: cbrisson
Date: Wed Jan 25 23:01:37 2017
New Revision: 1780288

URL: http://svn.apache.org/viewvc?rev=1780288&view=rev
Log:
[engine] fix java version in readme

Modified:
    velocity/engine/trunk/README.md

Modified: velocity/engine/trunk/README.md
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/README.md?rev=1780288&r1=1780287&r2=1780288&view=diff
==============================================================================
--- velocity/engine/trunk/README.md (original)
+++ velocity/engine/trunk/README.md Wed Jan 25 23:01:37 2017
@@ -17,9 +17,9 @@ Here's a description of the top level di
             
 ## REQUIREMENTS
 
-Apache Velocity will run with any version of Java greater than 1.5.
+Apache Velocity will run with any Java runtime engine v1.7 or greater.
 
-Building from source requires Java version 1.5 (or greater) and Maven 2.
+Building from source requires Java development kit v1.7 or greater and Maven 2.
 
 At compile time, Maven should fetch all needed dependencies, which are:
 * commons-lang v3.5