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 14:37:22 UTC

[myfaces-trinidad] branch trinidad-2.1.x updated: update URLs from svn to git

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

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


The following commit(s) were added to refs/heads/trinidad-2.1.x by this push:
     new 60f7e9e  update URLs from svn to git
60f7e9e is described below

commit 60f7e9e54000009c9f2c0788d355c5810bbe8d77
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Sun Sep 17 16:35:38 2017 +0200

    update URLs from svn to git
    
    (cherry picked from commit fca31c0)
---
 pom.xml                   | 9 ++++-----
 src/site/apt/download.apt | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f05f91..a07539e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ Create A Branch (http://maven.apache.org/plugins/maven-release-plugin/examples/b
 
   <properties>
     <!-- Standards -->
-    <jdk.version>1.6</jdk.version>    
+    <jdk.version>1.6</jdk.version>
     <servlet.version>2.5</servlet.version>
     <portlet.version>2.0</portlet.version>
     <validation.version>1.0.0.GA</validation.version>
@@ -179,9 +179,9 @@ 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.1.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.1.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.1.x</url>
+    <connection>scm:git:https://github.com/apache/myfaces-trinidad</connection>
+    <developerConnection>scm:git:https://github.com/apache/myfaces-trinidad</developerConnection>
+    <url>https://github.com/apache/myfaces-trinidad</url>
   </scm>
   
   <!--
@@ -652,7 +652,6 @@ Create A Branch (http://maven.apache.org/plugins/maven-release-plugin/examples/b
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <preparationGoals>clean verify install</preparationGoals>
-          <tagBase>https://svn.apache.org/repos/asf/myfaces/trinidad/tags</tagBase>
           <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>
       </plugin>
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index 67bee88..65cf198 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -150,7 +150,7 @@ Verifying signatures
 
 	  The PGP signatures can be verified using {{{http://www.pgpi.org/}PGP}} or
 	  {{{http://www.gnupg.org/}GPG}}.  First download the Apache MyFaces Trinidad
-	  {{http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/KEYS/}KEYS}}	as well as the <<<asc>>> signature file
+	  {{{https://github.com/apache/myfaces-trinidad/blob/master/KEYS}KEYS}}	as well as the <<<asc>>> signature file
 	  for the particular distribution. It is important that you get these files from the ultimate
 	  trusted source - the main ASF distribution site, rather than from a mirror.
 	  Then verify the signatures using ...

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