Updated Branches: refs/heads/master 10eee408a -> 10ef5b2df
fix maven pom to reflect change to git SCM Project: http://git-wip-us.apache.org/repos/asf/mina-vysper/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-vysper/commit/10ef5b2d Tree: http://git-wip-us.apache.org/repos/asf/mina-vysper/tree/10ef5b2d Diff: http://git-wip-us.apache.org/repos/asf/mina-vysper/diff/10ef5b2d Branch: refs/heads/master Commit: 10ef5b2df76db2ee051889a6821d9a39c618ecd1 Parents: 10eee40 Author: Bernd Fondermann <[email protected]> Authored: Tue Jul 9 15:22:02 2013 +0200 Committer: Bernd Fondermann <[email protected]> Committed: Tue Jul 9 15:22:02 2013 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-vysper/blob/10ef5b2d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1b8745b..b091229 100644 --- a/pom.xml +++ b/pom.xml @@ -74,9 +74,9 @@ </mailingLists> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/mina/vysper/trunk</connection> - <developerConnection> scm:svn:https://svn.apache.org/repos/asf/mina/vysper/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/mina/vysper/trunk</url> + <connection>scm:svn:http://git-wip-us.apache.org/repos/asf/mina-vysper.git</connection> + <developerConnection>scm:svn:https://git-wip-us.apache.org/repos/asf/mina-vysper.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=mina-vysper.git;a=summary</url> </scm> <dependencyManagement>
