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 19:57:13 UTC

[commons-jci] 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-jci.git


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

commit bf152f19ba8096b4526013fe40b4ef9ab766f184
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Thu Aug 15 20:57:09 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 698eafa..bb7ec19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,9 +90,9 @@
         </contributor>
     </contributors>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jci/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jci/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/commons/proper/jci/trunk/</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-jci</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jci</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf/commons-jci</url>
     </scm>
     <build>
         <plugins>