This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
The following commit(s) were added to refs/heads/master by this push:
new b40eb9f [tools] Fix obsolete infos in README
b40eb9f is described below
commit b40eb9fa86cdec066fb08459d174e636c6f2b522
Author: Claude Brisson <[email protected]>
AuthorDate: Tue Jun 2 13:26:24 2020 +0200
[tools] Fix obsolete infos in README
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 32fe6ce..a28ddf7 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,13 @@ The VelocityTools project contains several subprojects:
## REQUIREMENTS
-Apache Velocity Tools will run with any Java runtime engine v1.7 or greater.
+Apache Velocity Tools 3.0 will run with any Java runtime engine v2+.
-Building from source requires Java development kit v1.7 or greater and Maven 3
(3.0.5+).
+Building from source requires Java development kit v1.8 or greater and Maven 3
(3.0.5+).
Maven should fetch all needed dependencies for compile ant run time, which are:
-* velocity-engine-core v2.0 and its dependencies
+* velocity-engine-core v2.x and its dependencies
* commons-beanutils v1.9.3
* commons-digester3 v3.2
* JSON.simple v1.1.1 (only at compile time)