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

commit 81dbe9e37a66eefe21b3ee1e7047a0ab7449b189
Author: ddekany <[email protected]>
AuthorDate: Wed May 8 23:36:22 2024 +0200

    Set version number 2.3.33 (not SNAPSHOT anymore)
---
 .../src/main/resource-templates/freemarker/version.properties     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/freemarker-core/src/main/resource-templates/freemarker/version.properties 
b/freemarker-core/src/main/resource-templates/freemarker/version.properties
index cecfdf73..aa63fee6 100644
--- a/freemarker-core/src/main/resource-templates/freemarker/version.properties
+++ b/freemarker-core/src/main/resource-templates/freemarker/version.properties
@@ -56,11 +56,11 @@
 #   continue working without modification or recompilation.
 # - When the major version number is increased, major backward
 #   compatibility violations are allowed, but still should be avoided.
-version=2.3.33-nightly
+version=2.3.33
 # This exists as for Maven we use "-SNAPSHOT" for nightly releases,
 # and no _nightly. For final releases it's the
 # same as "version".
-mavenVersion=2.3.33-SNAPSHOT
+mavenVersion=2.3.33
 
 # Version string that conforms to OSGi
 # ------------------------------------
@@ -73,7 +73,7 @@ mavenVersion=2.3.33-SNAPSHOT
 #   2.4.0.rc01
 #   2.4.0.pre01
 #   2.4.0.nightly
-versionForOSGi=2.3.33.nightly
+versionForOSGi=2.3.33.stable
 
 # Version string that conforms to legacy MF
 # -----------------------------------------
@@ -92,7 +92,7 @@ versionForOSGi=2.3.33.nightly
 # "97 denotes "nightly", 98 denotes "pre", 99 denotes "rc" build.
 # In general, for the nightly/preview/rc Y of version 2.X, the versionForMf is
 # 2.X-1.(99|98).Y. Note the X-1.
-versionForMf=2.3.32.97
+versionForMf=2.3.33
 
 
 isGAECompliant=true

Reply via email to