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/08 08:52:27 UTC

[myfaces-tobago] branch master updated: changed some links 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-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 09cfa9d  changed some links from Svn to Git
09cfa9d is described below

commit 09cfa9db223d702ec34663587ead68037d182895
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Sep 8 10:52:18 2017 +0200

    changed some links from Svn to Git
---
 pom.xml                                                        |  7 +++----
 src/site/apt/getting-started.apt                               | 10 +++++-----
 src/site/apt/index.apt                                         |  8 +++++++-
 src/site/fml/faq.fml                                           |  6 +++---
 src/site/resources/doap_tobago.rdf                             |  8 ++++----
 .../src/main/webapp/content/10-intro/intro.xhtml               |  2 +-
 6 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 73a0409..7f066a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,9 +546,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk</developerConnection>
-    <url>http://svn.eu.apache.org/viewvc/myfaces/tobago/trunk</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-tobago.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-tobago.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=myfaces-tobago.git</url>
   </scm>
 
   <build>
@@ -959,7 +959,6 @@
           <artifactId>maven-release-plugin</artifactId>
           <version>2.5.3</version>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
             <preparationGoals>clean install</preparationGoals>
             <remoteTagging>true</remoteTagging>
             <autoVersionSubmodules>true</autoVersionSubmodules>
diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt
index 5e4fc36..319879a 100644
--- a/src/site/apt/getting-started.apt
+++ b/src/site/apt/getting-started.apt
@@ -25,25 +25,25 @@ Checking Out
   Check out the 3.x.x sources by running the following:
 
 +----------------------------------------
-  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago
+  git clone https://github.com/apache/myfaces-tobago tobago
 +----------------------------------------
 
   Check out the 2.0.x sources by running the following:
 
 +----------------------------------------
-  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x tobago-2.0.x
+  git clone https://github.com/apache/myfaces-tobago/tree/tobago-2.0.x tobago-2.0.x
 +----------------------------------------
 
   Check out the 1.5.x sources by running the following:
 
 +----------------------------------------
-  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.5.x tobago-1.5.x
+  git clone https://github.com/apache/myfaces-tobago/tree/tobago-1.5.x tobago-1.5.x
 +----------------------------------------
 
   Check out the 1.0.x sources by running the following:
 
 +----------------------------------------
-  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x tobago-1.0.x
+  git clone https://github.com/apache/myfaces-tobago/tree/tobago-1.0.x tobago-1.0.x
 +----------------------------------------
 
 
@@ -55,7 +55,7 @@ Building
   Tobago 3.0.x.
 
   In the
-  {{{http://svn.apache.org/repos/asf/myfaces/tobago/trunk/}main directory}}
+  {{{https://github.com/apache/myfaces-tobago}main directory}}
   you can use
 
 +----------------------------------------
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 25fe1b7..f0bcc02 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -47,6 +47,12 @@ Apache Tobago
 
 News
 
+* September 8, 2017 - Sourcecode moved to Gitbox
+
+      The Sourcecode of MyFaces Tobago moved from Subversion to Git. Please use either
+      {{{https://gitbox.apache.org/repos/asf/myfaces-tobago.git}Gitbox}} or the
+      {{{https://github.com/apache/myfaces-tobago}Github Mirror}}.
+
 * August 15, 2017 - MyFaces Tobago 3.0.5 Released
 
       The MyFaces Tobago component library in version 3.0.5 has been released.
@@ -551,7 +557,7 @@ svn switch https://svn.apache.org/repos/asf/myfaces/tobago/trunk/
 
         * Sanitize content against XSS.
 
-        * Examples to integrate {{{http://ckeditor.com/}CKEditorâ„¢}} and {{{http://www.tinymce.com/}TinyMCE}}.
+        * Examples to integrate {{{http://ckeditor.com/}CKEditor???}} and {{{http://www.tinymce.com/}TinyMCE}}.
 
         * Bugfixes
 
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 9ef2561..d31e8f0 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -54,9 +54,9 @@
       <answer>
         <p>
           Please look at
-          <a href="http://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-example/tobago-example-blank/">
+          <a href="https://github.com/apache/myfaces-tobago/tobago-example/tobago-example-blank/">
             tobago-example-blank</a> or download the myfaces-tobago-example from the
-          <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/" >nightly builds directory</a>.
+          <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/">nightly builds directory</a>.
         </p>
       </answer>
     </faq>
@@ -202,7 +202,7 @@ resource-path/content-type/theme/client/[tag(for renderer)|property|style|script
         charlotteville -> speyside -> scarborough -> standard
         <p>
           Please look at
-          <a href="http://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-theme/tobago-theme-example/src/main/resources">
+          <a href="https://github.com/apache/myfaces-tobago/tobago-theme/tobago-theme-example/src/main/resources">
             tobago-example-theme
           </a>
          </p>
diff --git a/src/site/resources/doap_tobago.rdf b/src/site/resources/doap_tobago.rdf
index 6043e29..151ecf2 100644
--- a/src/site/resources/doap_tobago.rdf
+++ b/src/site/resources/doap_tobago.rdf
@@ -72,10 +72,10 @@
       </Version>
     </release>
     <repository>
-      <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/myfaces/tobago"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/myfaces/tobago"/>
-      </SVNRepository>
+      <GitRepository>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/myfaces-tobago.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=myfaces-tobago.git"/>
+      </GitRepository>
     </repository>
     <maintainer>
       <foaf:Person>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
index 4d9c281..98ce2fc 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
@@ -63,7 +63,7 @@
         <tc:link label="Java SE 6" link="http://www.oracle.com/technetwork/java/javase/downloads/"/> or higher.</p>
       <p>After that, check out the source code from subversion repository.
         <br/>
-        <code>svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago3</code>
+        <code>git clone https://github.com/apache/myfaces-tobago</code>
         <br/>
         Alternatively you can get the source code from the
         <tc:link label="download section" link="https://myfaces.apache.org/tobago/download.html"/>.</p>

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