You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/05/23 12:45:56 UTC

[commons-configuration] branch master updated: Update SCM from svn to gitbox.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c87423  Update SCM from svn to gitbox.
4c87423 is described below

commit 4c87423c2f5d198ac9a3da331abd604d1bc22bb4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 23 08:45:53 2019 -0400

    Update SCM from svn to gitbox.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5cc8e85..160f30c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,9 +49,9 @@
   </ciManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/configuration/trunk</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-configuration.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-configuration.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=commons-configuration.git</url>
   </scm>
 
   <distributionManagement>