Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x be5c944b7 -> 1f422ede1
QPID-7640: Change scm info in pom.xml from svn to git. Cherry picked from master 3aa3a86de8b67b91d1a3d7137439ad92f1079c18 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/1f422ede Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/1f422ede Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/1f422ede Branch: refs/heads/6.0.x Commit: 1f422ede1414c0b26f42f382a43e3fdeb2653b7a Parents: be5c944 Author: Lorenz Quack <[email protected]> Authored: Fri Apr 21 15:59:47 2017 +0100 Committer: Keith Wall <[email protected]> Committed: Wed May 24 10:43:42 2017 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/1f422ede/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 803bb30..ddf7e1e 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.0.x</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/qpid/java/branches/6.0.x</developerConnection> - <url>http://svn.apache.org/viewvc/qpid/java/branches/6.0.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]
