Repository: incubator-freemarker Updated Branches: refs/heads/2.3 1ff236c97 -> a0a9945b7
Removing -SNAPSHOT as it's inteneded for final release. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/487c9935 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/487c9935 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/487c9935 Branch: refs/heads/2.3 Commit: 487c9935b1725b924d2f56259edb45c84cf3ab25 Parents: f57ccba Author: Woonsan Ko <[email protected]> Authored: Tue Oct 3 09:06:12 2017 -0400 Committer: Woonsan Ko <[email protected]> Committed: Tue Oct 3 09:06:12 2017 -0400 ---------------------------------------------------------------------- src/main/resources/freemarker/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/487c9935/src/main/resources/freemarker/version.properties ---------------------------------------------------------------------- diff --git a/src/main/resources/freemarker/version.properties b/src/main/resources/freemarker/version.properties index 37230dc..13eaee4 100644 --- a/src/main/resources/freemarker/version.properties +++ b/src/main/resources/freemarker/version.properties @@ -62,7 +62,7 @@ version=2.3.27-incubating # This exists as for Maven we use "-SNAPSHOT" for non-final releases. # For final releases it's the same as "version". During Apache # Incubation, "-incubating" is added *before* "-SNAPSHOT". -mavenVersion=2.3.27-incubating-SNAPSHOT +mavenVersion=2.3.27-incubating # Version string that conforms to OSGi # ------------------------------------
