You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by ja...@apache.org on 2012/09/09 09:19:04 UTC

git commit: MRUNIT-146: Change repository location in source code

Updated Branches:
  refs/heads/trunk 8dcf2c1ba -> e02d31847


MRUNIT-146: Change repository location in source code


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

Branch: refs/heads/trunk
Commit: e02d318475aa5f83962ed8cb765f87521ab28e01
Parents: 8dcf2c1
Author: Jarek Jarcec Cecho <ja...@cloudera.com>
Authored: Sun Sep 9 09:18:34 2012 +0200
Committer: Jarek Jarcec Cecho <ja...@cloudera.com>
Committed: Sun Sep 9 09:18:34 2012 +0200

----------------------------------------------------------------------
 pom.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mrunit/blob/e02d3184/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9da96e1..3249565 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,9 +50,9 @@
   </ciManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/mrunit/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mrunit/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/mrunit/trunk/</url>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/mrunit.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mrunit.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=mrunit.git;a=summary</url>
   </scm>
 
   <mailingLists>
@@ -176,6 +176,7 @@
                 <exclude>CHANGES.txt</exclude>
                 <exclude>BIN-NOTICE.txt</exclude>
                 <exclude>.idea/</exclude>
+                <exclude>.git/</exclude>
               </excludes>
             </configuration>
           </execution>