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/17 15:17:29 UTC

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


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

commit fc6bfb0cf25fcb07c96664507a351dbc8d99e894
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 17 16:17:21 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 926047d..94941a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,9 +31,9 @@
   <inceptionYear>2006</inceptionYear>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/commons-skin/trunk/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-skin</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-skin</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/commons-skin</url>
   </scm>
 
   <properties>