Updated Branches: refs/heads/wicket-1.5.x 7dfca5b51 -> cd05bf38a
Updated scm information Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cd05bf38 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cd05bf38 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cd05bf38 Branch: refs/heads/wicket-1.5.x Commit: cd05bf38af286cd28b8e06254de52eb6bb70689f Parents: 7dfca5b Author: Martijn Dashorst <[email protected]> Authored: Wed Dec 21 09:55:00 2011 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Wed Dec 21 10:01:38 2011 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/cd05bf38/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 46c946d..15ee18d 100644 --- a/pom.xml +++ b/pom.xml @@ -164,9 +164,9 @@ <url>https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/</url> </ciManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/1.5-SNAPSHOT</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/1.5-SNAPSHOT</developerConnection> - <url>http://svn.apache.org/viewvc/wicket/releases/1.5-SNAPSHOT</url> + <connection>scm:svn:http://git.apache.org/wicket.git</connection> + <developerConnection>scm:svn:https://git-wip-us.apache.org/repos/asf/wicket.git</developerConnection> + <url>http://git-wip-us.apache.org/repos/asf/wicket.git</url> </scm> <mailingLists> <mailingList>
