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:35:49 UTC

[myfaces-trinidad] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git


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

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

    update URLs from svn to git
---
 pom.xml                   | 7 +++----
 src/site/apt/download.apt | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5f63f00..64b21fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,9 +180,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/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/trinidad/trunk</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>
   
   <!--
@@ -688,7 +688,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 b9a72e0..6c196a3 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -170,7 +170,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>'].