You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/08/15 20:01:40 UTC

[commons-logging] branch master updated: SCM: SVN => Git

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fa3f1a  SCM: SVN => Git
0fa3f1a is described below

commit 0fa3f1a9105e18c30e1efbfa261dfb5babafac53
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Thu Aug 15 21:01:37 2019 +0100

    SCM: SVN => Git
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 84e80d8..0a4e55b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,9 +171,9 @@ under the License.
   </contributors>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/logging/trunk</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-logging</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-logging</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/commons-logging</url>
   </scm>
 
   <build>