You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/09/03 17:24:40 UTC

[1/2] commons-io git commit: Document new git repository location

Repository: commons-io
Updated Branches:
  refs/heads/master 65e1c9c38 -> dd5db159f


Document new git repository location


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/2c771dec
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/2c771dec
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/2c771dec

Branch: refs/heads/master
Commit: 2c771decc2fb117d73e40b17d2691cf9c1c3569d
Parents: 65e1c9c
Author: Benedikt Ritter <be...@gmail.com>
Authored: Sat Sep 3 19:23:24 2016 +0200
Committer: Benedikt Ritter <be...@gmail.com>
Committed: Sat Sep 3 19:23:24 2016 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/2c771dec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 630eedf..09e27b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,9 +49,9 @@ file comparators, endian transformation classes, and much more.
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/io/trunk</url>
+    <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>
   </scm>
 
   <developers>


[2/2] commons-io git commit: Add .gitignore for maven and site build

Posted by br...@apache.org.
Add .gitignore for maven and site build


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/dd5db159
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/dd5db159
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/dd5db159

Branch: refs/heads/master
Commit: dd5db159f7ab0e5ef8861d3e1d5a5cda5434073b
Parents: 2c771de
Author: Benedikt Ritter <be...@gmail.com>
Authored: Sat Sep 3 19:24:35 2016 +0200
Committer: Benedikt Ritter <be...@gmail.com>
Committed: Sat Sep 3 19:24:35 2016 +0200

----------------------------------------------------------------------
 .gitignore | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/dd5db159/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cb62100
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+### https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore
+
+target/
+pom.xml.tag
+pom.xml.releaseBackup
+pom.xml.versionsBackup
+pom.xml.next
+release.properties
+
+
+site-content