Updated Branches: refs/heads/master e88b71ee6 -> 2f11a7e54
update pom.xml for new git scm repository Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/2f11a7e5 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/2f11a7e5 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/2f11a7e5 Branch: refs/heads/master Commit: 2f11a7e54c940c1129691399655380f65ef37a8e Parents: e88b71e Author: lewismc <[email protected]> Authored: Wed May 1 17:01:36 2013 -0700 Committer: lewismc <[email protected]> Committed: Wed May 1 17:01:36 2013 -0700 ---------------------------------------------------------------------- pom.xml | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/2f11a7e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ea1b39c..34ad4e1 100644 --- a/pom.xml +++ b/pom.xml @@ -155,9 +155,9 @@ <mailingLists> <mailingList> <name>Dev Mailing List</name> - <post>any23-dev[at]apache[dot]org</post> - <subscribe>any23-dev-subscribe[at]apache[dot]org</subscribe> - <unsubscribe>any23-dev-unsubscribe[at]apache[dot]org</unsubscribe> + <post>dev[at]any23[dot]apache[dot]org</post> + <subscribe>dev-subscribe[at]any23[dot]apache[dot]org</subscribe> + <unsubscribe>dev-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/any23-dev/</archive> <otherArchives> <otherArchive>http://any23-dev.markmail.org/</otherArchive> @@ -166,9 +166,9 @@ <mailingList> <name>User Mailing List</name> - <post>any23-user[at]apache[dot]org</post> - <subscribe>any23-user-subscribe[at]apache[dot]org</subscribe> - <unsubscribe>any23-user-unsubscribe[at]apache[dot]org</unsubscribe> + <post>user[at]any23[dot]apache[dot]org</post> + <subscribe>user-subscribe[at]any23[dot]apache[dot]org</subscribe> + <unsubscribe>user-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/any23-user/</archive> <otherArchives> <otherArchive>http://any23-user.markmail.org/</otherArchive> @@ -177,9 +177,9 @@ <mailingList> <name>Commits Mailing List</name> - <post>any23-commits[at]apache[dot]org</post> - <subscribe>any23-commits-subscribe[at]apache[dot]org</subscribe> - <unsubscribe>any23-commits-unsubscribe[at]apache[dot]org</unsubscribe> + <post>commits[at]any23[dot]apache[dot]org</post> + <subscribe>commits-subscribe[at]any23[dot]apache[dot]org</subscribe> + <unsubscribe>commits-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/any23-commits/</archive> <otherArchives> <otherArchive>http://any23-commits.markmail.org/</otherArchive> @@ -203,9 +203,9 @@ </modules> <scm> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/any23/trunk/</developerConnection> - <connection>scm:svn:https://svn.apache.org/repos/asf/any23/</connection> - <url>https://svn.apache.org/viewvc/any23/</url> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/any23.git</developerConnection> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/any23.git</connection> + <url>https://git-wip-us.apache.org/repos/asf/any23.git</url> </scm> <issueManagement> <system>JIRA</system>
