You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/04/28 05:57:12 UTC

[myfaces-master-pom] branch master updated: change scm from svn to git

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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a9f4fd  change scm from svn to git
4a9f4fd is described below

commit 4a9f4fd7f9173f930f401bf3df82ce31d8ae4401
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Sat Apr 28 07:57:00 2018 +0200

    change scm from svn to git
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index df6e447..0c309b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -925,9 +925,9 @@
     </contributors>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/trunk</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-master-pom.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-master-pom.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=myfaces-master-pom.git</url>
     </scm>
 
     <build>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.