Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master b5f35a9e6 -> 77f4c7321
QPID-7640: Change scm info in pom.xml from svn to git. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/commit/77f4c732 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/tree/77f4c732 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/diff/77f4c732 Branch: refs/heads/master Commit: 77f4c7321ea7ce970e0039d586410094e23eb12e Parents: b5f35a9 Author: Lorenz Quack <[email protected]> Authored: Tue Apr 25 08:30:50 2017 +0100 Committer: Lorenz Quack <[email protected]> Committed: Tue Apr 25 08:30:50 2017 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/77f4c732/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0bba9c2..ff2c673 100644 --- a/pom.xml +++ b/pom.xml @@ -62,9 +62,9 @@ </mailingLists> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/qpid/qpid-jms-amqp-0-x/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/qpid/qpid-jms-amqp-0-x/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</url> </scm> <distributionManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
