You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2016/07/28 12:19:05 UTC

commons-fileupload git commit: Fixing the SCM paths, after moving to Git.

Repository: commons-fileupload
Updated Branches:
  refs/heads/master 86b11bbc1 -> 62adcbe22


Fixing the SCM paths, after moving to Git.


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

Branch: refs/heads/master
Commit: 62adcbe2285b20b2c7b01e3df6dd3dced1a8fc24
Parents: 86b11bb
Author: Jochen Wiedmann <jo...@gmail.com>
Authored: Thu Jul 28 14:18:53 2016 +0200
Committer: Jochen Wiedmann <jo...@gmail.com>
Committed: Thu Jul 28 14:18:53 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/62adcbe2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b9e175b..a89b924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,9 +167,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/fileupload/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/fileupload/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/fileupload/trunk</url>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-fileupload.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-fileupload.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=commons-fileupload.git</url>
   </scm>
   <issueManagement>
     <system>jira</system>