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:07:07 UTC

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


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

commit f1fe815ea8bc3479dd4f98085eeee3e97d67a04f
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Thu Aug 15 21:07:03 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 5067e90..16454ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,9 +124,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/validator/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/validator/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/validator/trunk/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-validator</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-validator</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/commons-validator</url>
   </scm>
 
   <distributionManagement>