This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-744
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git

commit 8573049403f6bf48eb8809d62c2bacab12a70d46
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sun Jul 8 14:23:57 2018 +0200

    [MSHARED-744] - Change to gitbox url instead of SVN
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c98630..b46342a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,9 +44,10 @@
   </contributors>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/file-management</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/file-management</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/shared/trunk/file-management</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf?p=maven-file-management.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf?p=maven-file-management.git</developerConnection>
+    
<url>https://github.com/apache/maven-file-management/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>

Reply via email to