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-net.git
The following commit(s) were added to refs/heads/master by this push:
new 6952d8a Replace SVN with GitBox URL.
6952d8a is described below
commit 6952d8a1f04ddcbbeb91f8451534d04b46d47b5a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 7 09:55:00 2019 -0400
Replace SVN with GitBox URL.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 60547b7..2855862 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP,
POP3(S), SMTP(S), Tel
<inceptionYear>2001</inceptionYear>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/trunk</developerConnection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-net.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-net.git</url>
</scm>