You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2015/08/27 21:30:51 UTC

commons-compress git commit: fix SCM coordinates

Repository: commons-compress
Updated Branches:
  refs/heads/master e6e247663 -> d85561d90


fix SCM coordinates


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

Branch: refs/heads/master
Commit: d85561d9017d4fb0d4fa0a75ca97d617aaae549b
Parents: e6e2476
Author: Stefan Bodewig <st...@innoq.com>
Authored: Thu Aug 27 21:30:24 2015 +0200
Committer: Stefan Bodewig <st...@innoq.com>
Committed: Thu Aug 27 21:30:24 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/d85561d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f9fa162..bae00b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,9 +140,9 @@ jar, tar, zip, dump, 7z, arj.
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/compress/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/compress/trunk</url>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-compress.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-compress.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=commons-compress.git</url>
   </scm>
 
   <build>