Updated Maven scm data
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/c1f73647 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/c1f73647 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/c1f73647 Branch: refs/heads/master Commit: c1f736473cd0e43733fa7df5079cc5c049e203a0 Parents: 5e4c13b Author: ddekany <[email protected]> Authored: Thu Sep 3 01:20:29 2015 +0200 Committer: ddekany <[email protected]> Committed: Thu Sep 3 01:20:29 2015 +0200 ---------------------------------------------------------------------- build.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c1f73647/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 98419ff..03ac2fb 100644 --- a/build.xml +++ b/build.xml @@ -730,9 +730,10 @@ </license> </licenses> <scm> - <connection>scm:git:[email protected]:freemarker/freemarker.git</connection> - <developerConnection>scm:git:[email protected]:freemarker/freemarker.git</developerConnection> - <url>[email protected]:freemarker/freemarker.git</url> + <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/maven.git</developerConnection> + <!-- <url>https://github.com/apache/freemarker/tree/${project.scm.tag}</url> --> + <tag>2.3-gae</tag> </scm> <developers> <developer> @@ -740,7 +741,7 @@ </developer> <developer> <name>Daniel Dekany</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <name>Jonathan Revusky</name>
