Updated addresses in generated POM to the non-incubating ones
Project: http://git-wip-us.apache.org/repos/asf/freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/freemarker/commit/5f6cdea0 Tree: http://git-wip-us.apache.org/repos/asf/freemarker/tree/5f6cdea0 Diff: http://git-wip-us.apache.org/repos/asf/freemarker/diff/5f6cdea0 Branch: refs/heads/2.3 Commit: 5f6cdea08d71e9827a67793bd31f123c7ea8f39b Parents: 301e8be Author: ddekany <[email protected]> Authored: Fri Mar 30 01:48:08 2018 +0200 Committer: ddekany <[email protected]> Committed: Fri Mar 30 01:48:08 2018 +0200 ---------------------------------------------------------------------- build.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/freemarker/blob/5f6cdea0/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 62c3b6d..2e24c0f 100644 --- a/build.xml +++ b/build.xml @@ -849,9 +849,9 @@ </licenses> <scm> - <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> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=freemarker.git</url> <tag>v${version}</tag> </scm> @@ -863,21 +863,21 @@ <mailingLists> <mailingList> <name>FreeMarker developer list</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-freemarker-dev/</archive> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/freemarker-dev/</archive> </mailingList> <mailingList> <name>FreeMarker commit and Jira notifications list</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-freemarker-notifications/</archive> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/freemarker-notifications/</archive> </mailingList> <mailingList> <name>FreeMarker management private</name> - <post>[email protected]</post> + <post>[email protected]</post> </mailingList> </mailingLists>
