Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 40b79ee79 -> 06557d59c
Build: Missed "v" from version Git tag Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/06557d59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/06557d59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/06557d59 Branch: refs/heads/2.3-gae Commit: 06557d59c456c75f6b97bc9530753cdfc5aa282e Parents: 40b79ee Author: ddekany <[email protected]> Authored: Sun Jan 3 00:38:43 2016 +0100 Committer: ddekany <[email protected]> Committed: Sun Jan 3 00:38:43 2016 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/06557d59/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 9a43a45..236fca8 100644 --- a/build.xml +++ b/build.xml @@ -808,7 +808,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-freemarker.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-freemarker.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-freemarker.git</url> - <tag>${version}</tag> + <tag>v${version}</tag> </scm> <issueManagement>
