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
The following commit(s) were added to refs/heads/2.3-gae by this push:
new 02fa5ed Version number typo fix
02fa5ed is described below
commit 02fa5edb3cde53f284551c09ecc13301b0e83d0b
Author: ddekany <[email protected]>
AuthorDate: Wed Mar 6 08:33:09 2019 +0100
Version number typo fix
---
src/main/resources/freemarker/version.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/freemarker/version.properties
b/src/main/resources/freemarker/version.properties
index 59457de..60e9666 100644
--- a/src/main/resources/freemarker/version.properties
+++ b/src/main/resources/freemarker/version.properties
@@ -60,7 +60,7 @@ version=2.3.29-nightly_@timestampInVersion@
# This exists as for Maven we use "-SNAPSHOT" for nightly releases,
# and no _nightly_@timestampInVersion@. For final releases it's the
# same as "version".
-mavenVersion=2.3.29-SNAPHSOT
+mavenVersion=2.3.29-SNAPSHOT
# Version string that conforms to OSGi
# ------------------------------------