This is an automated email from the ASF dual-hosted git repository.
britter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 7c05b02 Update scm URLs
7c05b02 is described below
commit 7c05b02f646f03b247997be522568bbaee78d591
Author: Benedikt Ritter <[email protected]>
AuthorDate: Sun Feb 17 18:54:55 2019 +0100
Update scm URLs
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 869112e..8351c68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,9 +49,9 @@ file comparators, endian transformation classes, and much
more.
</distributionManagement>
<scm>
-
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-io.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-io.git</developerConnection>
- <url>https://git-wip-us.apache.org/repos/asf?p=commons-io.git</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
<tag>commons-io-2.6</tag>
</scm>