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 b0d4ffdae2801d2849c98f25dc6095e1915491f8 Author: ddekany <[email protected]> AuthorDate: Sun Dec 1 01:14:16 2024 +0100 Updated version number --- .../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 f1df83cc..9e23f08e 100644 --- a/freemarker-core/src/main/resource-templates/freemarker/version.properties +++ b/freemarker-core/src/main/resource-templates/freemarker/version.properties @@ -54,11 +54,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.34-nightly +version=2.3.34 # 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.34-SNAPSHOT +mavenVersion=2.3.34 # Version string that conforms to OSGi # ------------------------------------ @@ -71,7 +71,7 @@ mavenVersion=2.3.34-SNAPSHOT # 2.4.0.rc01 # 2.4.0.pre01 # 2.4.0.nightly -versionForOSGi=2.3.34.nightly +versionForOSGi=2.3.34.stable # Version string that conforms to legacy MF # ----------------------------------------- @@ -90,7 +90,7 @@ versionForOSGi=2.3.34.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.33.97 +versionForMf=2.3.34 isGAECompliant=true
