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-math.git
The following commit(s) were added to refs/heads/master by this push:
new 4d5ab06 Replace SVN with GitBox URL.
4d5ab06 is described below
commit 4d5ab06012972b6abd6d2724aa9b5bd83c00dda7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 7 09:54:51 2019 -0400
Replace SVN with GitBox URL.
---
siteMods/pom.xml | 2 +-
src/userguide/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/siteMods/pom.xml b/siteMods/pom.xml
index 14ec1d9..696ebcb 100644
--- a/siteMods/pom.xml
+++ b/siteMods/pom.xml
@@ -33,7 +33,7 @@
</issueManagement>
<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>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-math.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-math.git</url>
</scm>
<properties>
diff --git a/src/userguide/pom.xml b/src/userguide/pom.xml
index 67d06c5..6cbcc68 100644
--- a/src/userguide/pom.xml
+++ b/src/userguide/pom.xml
@@ -33,7 +33,7 @@
</issueManagement>
<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>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-math.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-math.git</url>
</scm>
<properties>