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 2019/06/18 11:48:47 UTC

svn commit: r1861571 - in /turbine/core/trunk: README.txt pom.xml xdocs/index.xml

Author: gk
Date: Tue Jun 18 11:48:47 2019
New Revision: 1861571

URL: http://svn.apache.org/viewvc?rev=1861571&view=rev
Log:
- update deployment site path and provide some more links.

Modified:
    turbine/core/trunk/README.txt
    turbine/core/trunk/pom.xml
    turbine/core/trunk/xdocs/index.xml

Modified: turbine/core/trunk/README.txt
URL: http://svn.apache.org/viewvc/turbine/core/trunk/README.txt?rev=1861571&r1=1861570&r2=1861571&view=diff
==============================================================================
--- turbine/core/trunk/README.txt (original)
+++ turbine/core/trunk/README.txt Tue Jun 18 11:48:47 2019
@@ -46,11 +46,11 @@ mvn site   - generate the site documenti
 
 - test site 
 mvn site scm-publish:publish-scm -Dscmpublish.dryRun=true -Papache-release 
-Activatiing Maven profile apache-release is not required, but as it currently binds doclint: none use it for a successfull javadoc generation.
+Activating Maven profile apache-release is not required, but as it currently binds "doclint: none" use it for a successfull javadoc generation.
 - deploy site
 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).
-CAVEAT: If you make a dry run or decide to rebuild a new site when publishing, delete the cache folder! By default this folder is user.home/turbine-sites/turbine, configured in Turbien parent property turbine.site.cache. Otherwise no site might be deployt!
+CAVEAT: If you make a dry run or decide to rebuild a new site when publishing, delete the cache folder! By default this folder is user.home/turbine-sites/turbine, configured in Turbine parent property turbine.site.cache. Otherwise no site might be deployt!
 
 
 Find more about release related command hints in 

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1861571&r1=1861570&r2=1861571&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Tue Jun 18 11:48:47 2019
@@ -1219,7 +1219,7 @@
   <properties>
     <!-- maven.compiler setting in turbine parent -->
     <!-- TODO: Change for release: remove development part in path "/turbine/development" --> 
-    <turbine.site.path>turbine/turbine-5.0</turbine.site.path>
+    <turbine.site.path>turbine/development/turbine-5.1</turbine.site.path>
     <fulcrum.intake>2.0.0</fulcrum.intake>
     <fulcrum.security>2.0.0-SNAPSHOT</fulcrum.security>
     <slf4j.version>1.7.26</slf4j.version>

Modified: turbine/core/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/xdocs/index.xml?rev=1861571&r1=1861570&r2=1861571&view=diff
==============================================================================
--- turbine/core/trunk/xdocs/index.xml (original)
+++ turbine/core/trunk/xdocs/index.xml Tue Jun 18 11:48:47 2019
@@ -170,11 +170,23 @@ the current Turbine code.
 
 <ul>
     <li>
-        We have a <a href="http://turbine.apache.org/contact.html">Turbine mailing
+        We have a <a href="https://turbine.apache.org/contact.html">Turbine mailing
         lists</a> for discussion.</li>
     <li>
-        You can also access the <a href="http://svn.apache.org/viewvc/turbine/core/trunk/">Turbine SVN
+        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
+        repository</a></li>
+   
+     <li>
+        You can access the <a href="https://github.com/apache/turbine-core/">Turbine Git trunk branch (read only)
+        repository</a></li>
+  
+    <li>
+        You can access the <a href="https://github.com/apache/turbine-archetypes/">Turbine Archetype Git (rw)
         repository</a></li>
+ 
 </ul>
 
 </section>