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

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new cf3da59b Manual: Fixed release date. README: minor typo
cf3da59b is described below

commit cf3da59be93ac05de5ceb556c94499b296553509
Author: ddekany <[email protected]>
AuthorDate: Thu May 9 01:03:05 2024 +0200

    Manual: Fixed release date. README: minor typo
---
 README.md                                        | 2 +-
 freemarker-manual/src/main/docgen/en_US/book.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a0509ee4..b8242439 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ have to add it yourself! You can download it
 [from GitHub source code 
page](https://github.com/apache/freemarker/tree/2.3-gae/gradle/wrapper)!
 (Or, use your own Gradle installation instead of `gradlew`.)
 
-To build `freemarker.jar`, just issue `./gradlew jar` (`./gradlew.bat jar` on 
Windows) in the
+To build `freemarker.jar`, just issue `./gradlew jar` (`gradlew.bat jar` on 
Windows) in the
 project root directory, and it should download all dependencies automatically, 
and build
 `freemarker.jar`.
 
diff --git a/freemarker-manual/src/main/docgen/en_US/book.xml 
b/freemarker-manual/src/main/docgen/en_US/book.xml
index dbff3128..f06babc1 100644
--- a/freemarker-manual/src/main/docgen/en_US/book.xml
+++ b/freemarker-manual/src/main/docgen/en_US/book.xml
@@ -30114,7 +30114,7 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
       <section xml:id="versions_2_3_33">
         <title>2.3.33</title>
 
-        <para>Release date: 2024-05-18 + release process</para>
+        <para>Release date: 2024-05-08 + release process</para>
 
         <para>Please note that with this version the minimum required Java
         version was increased from Java 7 to Java 8. Also for the few who rely

Reply via email to