This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/velocity-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f981100  [site/tools] Fix java version in dependencies
f981100 is described below

commit f981100ac3f03029732b9a10005d00bb8817adb6
Author: Claude Brisson <[email protected]>
AuthorDate: Mon Mar 1 21:23:32 2021 +0100

    [site/tools] Fix java version in dependencies
---
 src/content/tools/3.1/dependencies.mdtext   | 4 ++--
 src/content/tools/devel/dependencies.mdtext | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/content/tools/3.1/dependencies.mdtext 
b/src/content/tools/3.1/dependencies.mdtext
index 29d2e52..c4905a9 100644
--- a/src/content/tools/3.1/dependencies.mdtext
+++ b/src/content/tools/3.1/dependencies.mdtext
@@ -6,14 +6,14 @@ VelocityTools requires certain external jar dependencies at 
different times. The
 
 Since VelocityTools relies on Velocity Engine, please also check [Engine 
dependencies](/engine/2.0/dependencies.html).
 
-Note: Java version 1.7+ is required for compilation, testing and use of 
VelocityTools 3.x.
+Note: Java version 1.8+ (JDK 8) is required for compilation, testing and use 
of VelocityTools 3.x.
 {.note}
 
 ### GenericTools
 
 Jar Name | Version | Compile | Tests | Runtime | Notes
 ---------|---------|---------|-------|---------|------
-velocity | 2.0+ | Yes | Yes | Yes | Required for core infrastructure and 
several tools
+velocity | 2.3 | Yes | Yes | Yes | Required for core infrastructure and 
several tools
 commons-beanutils | 1.9.4 | Yes | Yes | Yes | Required for core infrastructure 
and several tools
 commons-digester3 | 3.2 | Yes | Yes | Yes | Required for [xml 
configuration](config-xml.html) (and 
[UIDependencyTool](apidocs/org/apache/velocity/tools/view/UiDependencyTool.html)
 view tool)
 com.github.cliftonlabs.json-simple | 1.1.1 | Yes | No | No | Required for 
[JsonTool](apidocs/org/apache/velocity/tools/generic/JsonTool.html)
diff --git a/src/content/tools/devel/dependencies.mdtext 
b/src/content/tools/devel/dependencies.mdtext
index 29d2e52..c4905a9 100644
--- a/src/content/tools/devel/dependencies.mdtext
+++ b/src/content/tools/devel/dependencies.mdtext
@@ -6,14 +6,14 @@ VelocityTools requires certain external jar dependencies at 
different times. The
 
 Since VelocityTools relies on Velocity Engine, please also check [Engine 
dependencies](/engine/2.0/dependencies.html).
 
-Note: Java version 1.7+ is required for compilation, testing and use of 
VelocityTools 3.x.
+Note: Java version 1.8+ (JDK 8) is required for compilation, testing and use 
of VelocityTools 3.x.
 {.note}
 
 ### GenericTools
 
 Jar Name | Version | Compile | Tests | Runtime | Notes
 ---------|---------|---------|-------|---------|------
-velocity | 2.0+ | Yes | Yes | Yes | Required for core infrastructure and 
several tools
+velocity | 2.3 | Yes | Yes | Yes | Required for core infrastructure and 
several tools
 commons-beanutils | 1.9.4 | Yes | Yes | Yes | Required for core infrastructure 
and several tools
 commons-digester3 | 3.2 | Yes | Yes | Yes | Required for [xml 
configuration](config-xml.html) (and 
[UIDependencyTool](apidocs/org/apache/velocity/tools/view/UiDependencyTool.html)
 view tool)
 com.github.cliftonlabs.json-simple | 1.1.1 | Yes | No | No | Required for 
[JsonTool](apidocs/org/apache/velocity/tools/generic/JsonTool.html)

Reply via email to