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 2017/09/17 18:15:23 UTC

[myfaces-trinidad-maven] branch master updated: update scm URLs 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-trinidad-maven.git


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

commit e78525700226572e89f1a2d40954de9ef7798195
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Sun Sep 17 20:15:16 2017 +0200

    update scm URLs from svn to git
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ba0f73..0f3a81a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,6 @@
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <preparationGoals>clean verify install</preparationGoals>
-          <tagBase>https://svn.apache.org/repos/asf/myfaces/trinidad-maven/tags/</tagBase>
           <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>
       </plugin>
@@ -185,9 +184,10 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad-maven/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad-maven/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/trinidad-maven/trunk</url>
+    <connection>scm:git:https://github.com/apache/myfaces-trinidad-maven</connection>
+    <developerConnection>scm:git:git@github.com:apache/myfaces-trinidad-maven.git</developerConnection>
+    <url>https://github.com/apache/myfaces-trinidad-maven/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <modules>

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