Repository: incubator-freemarker Updated Branches: refs/heads/2.3 a1e217a8d -> bfb836b25
Increased version number to 2.3.27-nightly Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/eb1bab97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/eb1bab97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/eb1bab97 Branch: refs/heads/2.3 Commit: eb1bab97d04f2ddc2f0521d053f0f2f57699d249 Parents: d4e4def Author: ddekany <[email protected]> Authored: Sun Mar 26 14:01:49 2017 +0200 Committer: ddekany <[email protected]> Committed: Sun Mar 26 14:01:49 2017 +0200 ---------------------------------------------------------------------- src/main/resources/freemarker/version.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/eb1bab97/src/main/resources/freemarker/version.properties ---------------------------------------------------------------------- diff --git a/src/main/resources/freemarker/version.properties b/src/main/resources/freemarker/version.properties index afdd358..4750d18 100644 --- a/src/main/resources/freemarker/version.properties +++ b/src/main/resources/freemarker/version.properties @@ -77,7 +77,7 @@ mavenVersion=2.3.26-incubating # 2.4.0.pre01 # 2.4.0.nightly_@timestampInVersion@ # During Apache Incubation, "-incubating" is added to this string. -versionForOSGi=2.3.26.stable-incubating +versionForOSGi=2.3.27.nightly_@timestampInVersion@-incubating # Version string that conforms to legacy MF # ----------------------------------------- @@ -85,6 +85,7 @@ versionForOSGi=2.3.26.stable-incubating # Examples: # version -> versionForMf # 2.2.5 -> 2.2.5 +# 2.3.27.nightly -> 2.3.26.97 # 2.3.0 -> 2.3.0 # 2.3.0.pre13 -> 2.2.98.13 # 2.3.0.pre13-nightly -> 2.2.98.13.97 @@ -95,7 +96,7 @@ versionForOSGi=2.3.26.stable-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.26 +versionForMf=2.3.26.97 # The date of the build. # This should be automatically filled by the building tool (Ant).
