aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2017-01-25 23:01:37 +0000
committerClaude Brisson <cbrisson@apache.org>2017-01-25 23:01:37 +0000
commit9070ebedb67c5b3728d4d9fa09053f64e40f8b1b (patch)
treeaf77d0849a9c8a1700974f2d91d28193fbe54465 /README.md
parentb52ba7d5c857187495b399482b5e51471e3e847d (diff)
downloadapache-velocity-engine-9070ebedb67c5b3728d4d9fa09053f64e40f8b1b.tar.gz
[engine] fix java version in readme
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1780288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5a8152bd..67bea5ed 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@ Here's a description of the top level directories:
## 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