You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2017/09/17 15:32:36 UTC

[myfaces-trinidad] 01/02: switch to ssh added branch tag

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

bommel pushed a commit to branch trinidad-2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit a3da6e8ddfc75b7e4f63f5a4f170b1cd459d957a
Author: bohmber <bo...@apache.org>
AuthorDate: Sun Sep 17 17:26:38 2017 +0200

    switch to ssh
    added branch tag
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2d84c7c..ef7df7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,9 +179,10 @@ Create A Branch (http://maven.apache.org/plugins/maven-release-plugin/examples/b
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x</url>
+    <connection>scm:git:https://github.com/apache/myfaces-trinidad.git</connection>
+    <developerConnection>scm:git:git@github.com:apache/myfaces-trinidad.git</developerConnection>
+    <url>https://github.com/apache/myfaces-trinidad/tree/${project.scm.tag}</url>
+    <tag>trinidad-2.0.x</tag>
   </scm>
   
   <!--

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.