aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2017-02-20 08:41:00 +0000
committerClaude Brisson <cbrisson@apache.org>2017-02-20 08:41:00 +0000
commit95aeb9d5545f1474bc26530d906c3d083826673c (patch)
tree2a3a04980af70b9df7be0c6a179673e15c49c48d /README.md
parent2c682215f06d3a58e8246494df506ee0ba27fba9 (diff)
downloadapache-velocity-engine-95aeb9d5545f1474bc26530d906c3d083826673c.tar.gz
[engine] several coding style fixes (Michael remarks)
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1783725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 61562c8e..22bca1de 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Here's a description of the top level directories:
Apache Velocity will run with any Java runtime engine v1.7 or greater.
-Building from source requires Java development kit v1.7 or greater and Maven 3 (3.3.3 at the time of writing).
+Building from source requires Java development kit v1.7 or greater and Maven 3 (3.0.5+).
At compile time, Maven should fetch all needed dependencies, which are:
* commons-lang v3.5
@@ -80,7 +80,7 @@ all arguments are evaluated once at start, and that the macro receives a
copy of the reference to each argument).
* the UberspectLoggable interface has been removed.
-#### VTL Changes:
+#### VTL Changes:
* the hypen ( - ) cannot be used in variable names anymore
* method arguments can be arithmetic expressions
@@ -93,11 +93,11 @@ following values: none, bc (aka. backward compatible), lines and structured.
See the related documentation section for details. To maximize backward
compatibility with 1.x, set it to bc.
-#### Dependencies changes:
+#### Dependencies changes:
* Velocity now requires a JDK version of 1.7 or higher.
* commons-collections and commons-logging aren't needed any more at runtime.
-* there's a new runtime dependency, slf4j-api 1.7.12.
+* there's a new compile-time and runtime dependency, slf4j-api 1.7.12.
* you'll need an SLF4J binding.
* commons-lang has to be upgraded to 3.5.