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/07/07 13:52:32 UTC

[commons-numbers] branch master updated: Replace SVN with GitBox URL.

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-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 8816973  Replace SVN with GitBox URL.
8816973 is described below

commit 881697339ee05383dccb0e86df5572fe37a05566
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 7 09:52:29 2019 -0400

    Replace SVN with GitBox URL.
---
 siteMods/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/siteMods/pom.xml b/siteMods/pom.xml
index 003c47f..14ec1d9 100644
--- a/siteMods/pom.xml
+++ b/siteMods/pom.xml
@@ -34,7 +34,7 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/math/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/math/trunk</url>
+    <url>https://gitbox.apache.org/repos/asf?p=commons-math.git</url>
   </scm>
   <properties>
     <commons.componentid>math</commons.componentid>