Updated Branches: refs/heads/wicket-1.5.x 9da9a0dd2 -> 8b32c3d62
Update SCM urls Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8b32c3d6 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8b32c3d6 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8b32c3d6 Branch: refs/heads/wicket-1.5.x Commit: 8b32c3d6257a1a2a3e38e53657b6877d0bae968b Parents: 9da9a0d Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon May 14 08:59:11 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon May 14 08:59:11 2012 +0200 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/8b32c3d6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 25a63ad..d4a961f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>9</version> + <version>9</version> </parent> <groupId>org.apache.wicket</groupId> @@ -36,7 +36,7 @@ <maven.javadoc.version>2.8</maven.javadoc.version> <maven.surefire.version>2.11</maven.surefire.version> </properties> - + <modules> <module>wicket</module> <module>wicket-core</module> @@ -164,9 +164,9 @@ <url>https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/</url> </ciManagement> <scm> - <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> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/wicket.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/wicket.git</developerConnection> + <url>http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git</url> </scm> <mailingLists> <mailingList>
