You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/21 09:04:47 UTC

[turbine-core] branch trunk updated: cleanup svn refs in docs (replace/update to git) or tag svn as archived

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

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d7bc2e5  cleanup svn refs in docs (replace/update to git) or tag svn as archived
d7bc2e5 is described below

commit d7bc2e57c950991b14a7297bf412eeb1df7688a4
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Sep 21 11:04:25 2021 +0200

    cleanup svn refs in docs (replace/update to git) or tag svn as archived
---
 README.md       |  6 +++---
 xdocs/index.xml | 16 ++++++++++------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 947122e..804f42d 100644
--- a/README.md
+++ b/README.md
@@ -41,18 +41,18 @@ Activating Maven profile apache-release is not required, und may require a signi
 
     mvn clean site scm-publish:publish-scm -Papache-release    
     
-* Deploys Turbine release site to the Apache web site (cft. to https://svn.apache.org/repos/asf/turbine/site how to deploy main Turbine web site).
+* Deploys Turbine release site to the Apache web site (cft. to https://github.com/apache/turbine-site how to deploy main Turbine web site).
 CAVEAT: If you make a dry run or decide to rebuild a new site when publishing, delete the cache folder to avoid that no site might be deployt!
 By default this folder is user.home/turbine-sites/turbine, configured in Turbine parent property turbine.site.cache. 
 
 ### More about Releases
 
 Find more about release related command hints in 
-* https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/README.txt
+* https://github.com/apache/turbine-fulcrum-build/
 * IMPORTANT: BEFORE running release, i.e. if the major.minor versino numbers changed, you have to update turbine.site.path in pom.xml to the new production path 
 (e.g. turbine/turbine-4.0 for version 4.0) removing the  "development/"-part of the path.
 * if updating the site for the new SNAPSHOT version add the new development path (e.g. turbine/development/turbine-5.1 for version 5.1-SNAPSHOT) AFTER the release.
-* Find the site structure here: https://svn.apache.org/repos/infra/websites/production/turbine/content/turbine/.
+* Find more about the site structure here: https://gitbox.apache.org/repos/asf#turbine.
 
 As of Turbine 2.3, you must also have the Torque plugin for Maven installed
 to build Turbine.  Information on how to install the plugin is available
diff --git a/xdocs/index.xml b/xdocs/index.xml
index b0aa7ad..27626a9 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -174,18 +174,22 @@ the current Turbine code.
         lists</a> for discussion.</li>
     <li>
         Create issues and Comment in Apache JIRA system <a href="https://issues.apache.org/jira/projects/TRB/">Turbine
-        </a></li>
-    <li>
-        You can also access the <a href="https://svn.apache.org/viewvc/turbine/core/trunk/">Turbine SVN
+        </a></li>   
+     <li>
+        You can access the <a href="https://github.com/apache/turbine-core/">Turbine Git trunk branch (rw)
         repository</a></li>
-   
      <li>
-        You can access the <a href="https://github.com/apache/turbine-core/">Turbine Git trunk branch (read only)
+        You can also access the archived (since 2021) <a href="https://svn.apache.org/viewvc/turbine/core/trunk/">Turbine SVN
         repository</a></li>
-  
+    
     <li>
         You can access the <a href="https://github.com/apache/turbine-archetypes/">Turbine Archetype Git (rw)
         repository</a></li>
+    
+    <li>
+        You can find more about the <a href="https://gitbox.apache.org/repos/asf#turbine">Turbine Ecosystem (rw) here
+       </a> ore on <a href="https://github.com/orgs/apache/repositories?language=&q=turbine&sort=&type=" target="_new">Github</a> </li>
+
  
 </ul>