You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/03/26 16:20:09 UTC

[23/30] incubator-freemarker git commit: Updating version number for 2.3.24

Updating version number for 2.3.24


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/3f9de1c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/3f9de1c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/3f9de1c1

Branch: refs/heads/2.3-gae
Commit: 3f9de1c1918ff447f1f0b86f2f5dfa662b93794b
Parents: 9c68f49
Author: ddekany <dd...@apache.org>
Authored: Sun Mar 20 19:30:44 2016 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sun Mar 20 19:30:44 2016 +0100

----------------------------------------------------------------------
 src/main/resources/freemarker/version.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/3f9de1c1/src/main/resources/freemarker/version.properties
----------------------------------------------------------------------
diff --git a/src/main/resources/freemarker/version.properties b/src/main/resources/freemarker/version.properties
index e209196..11cca04 100644
--- a/src/main/resources/freemarker/version.properties
+++ b/src/main/resources/freemarker/version.properties
@@ -57,11 +57,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.24-rc01-incubating
+version=2.3.24-incubating
 # This exists as oss.sonatype only allows SNAPSHOT and final releases,
 # so instead 2.3.21-rc01 and such we have to use 2.3.21-SNAPSHOT there.
 # For final releases it's the same as "version".
-mavenVersion=2.3.24-rc01-incubating
+mavenVersion=2.3.24-incubating
 
 # Version string that conforms to OSGi
 # ------------------------------------
@@ -75,7 +75,7 @@ mavenVersion=2.3.24-rc01-incubating
 #   2.4.0.pre01
 #   2.4.0.nightly_@timestampInVersion@
 # During Apache Incubation, "-incubating" is added to this string.
-versionForOSGi=2.3.24.rc01-incubating
+versionForOSGi=2.3.24.stable-incubating
 
 # Version string that conforms to legacy MF
 # -----------------------------------------
@@ -93,7 +93,7 @@ versionForOSGi=2.3.24.rc01-incubating
 # "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.23.99.1
+versionForMf=2.3.24
 
 # The date of the build.
 # This should be automatically filled by the building tool (Ant).