Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x 29bb87ecf -> 3aa3a86de
QPID-7640: Change scm info in pom.xml from svn to git. Cherry picked from master b8981a7dd9ecf183ded7a3e74a2de1ec190f2e99 Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/3aa3a86d Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/3aa3a86d Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/3aa3a86d Branch: refs/heads/6.1.x Commit: 3aa3a86de8b67b91d1a3d7137439ad92f1079c18 Parents: 29bb87e Author: Lorenz Quack <[email protected]> Authored: Fri Apr 21 15:59:47 2017 +0100 Committer: Keith Wall <[email protected]> Committed: Wed May 24 10:39:21 2017 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/3aa3a86d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7a68c83..4cf3ba7 100644 --- a/pom.xml +++ b/pom.xml @@ -62,9 +62,9 @@ </mailingLists> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/qpid/java/branches/6.1.x</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/qpid/java/branches/6.1.x</developerConnection> - <url>http://svn.apache.org/viewvc/qpid/java/branches/6.1.x</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git</url> </scm> <distributionManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
