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/12/09 16:09:10 UTC

[turbine-site] branch master updated: Update parent, do not use relative path (= empty), update docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 28ede6f  Update parent, do not use relative path (= empty), update docs
28ede6f is described below

commit 28ede6fe6380e29dcabc24ce89a61b52f098a442
Author: Georg Kallidis <gk...@cedis.fu-berlin.de>
AuthorDate: Thu Dec 9 17:08:34 2021 +0100

    Update parent, do not use relative path (= empty), update docs
---
 pom.xml               | 3 ++-
 xdocs/fsd.xml         | 2 +-
 xdocs/how-to-help.xml | 6 ++++++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 45eddff..c721e13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,8 @@
   <parent>
   	<artifactId>turbine-parent</artifactId>
   	<groupId>org.apache.turbine</groupId>
-  	<version>9-SNAPSHOT</version>
+  	<version>9</version>
+     <relativePath/>
   </parent>
 
   <groupId>org.apache.turbine</groupId>
diff --git a/xdocs/fsd.xml b/xdocs/fsd.xml
index ed30f84..12dfefc 100644
--- a/xdocs/fsd.xml
+++ b/xdocs/fsd.xml
@@ -396,7 +396,7 @@ comes with pool implementations for many of the most popular databases. Creating
 your own is quite simple as well, all you need to do is look at the existing
 code and create your own. By default <a href="https://db.apache.org/torque/torque-5.0/index.html">Torque</a> 
 is used as ORM-Mapper, find more info 
-<a href="https://db.apache.org/torque/torque-4.0/documentation/orm-reference/index.html">here</a>.
+<a href="https://db.apache.org/torque/torque-5.0/documentation/orm-reference/index.html">here</a>.
 If you need help or want someone to create one for
 your database, simply ask on the mailing list.
 </p>
diff --git a/xdocs/how-to-help.xml b/xdocs/how-to-help.xml
index 26618c5..b7de9aa 100644
--- a/xdocs/how-to-help.xml
+++ b/xdocs/how-to-help.xml
@@ -28,6 +28,12 @@
 
 <section name="How to help">
 
+<p>We are always happy to encourage new committers to the project. 
+The Apache Software foundation requires that anyone to be a contributor, that he/she/it has signed 
+the ICLA (Individual Contributor License Agreement). Find an overview, more information and how-tos 
+<a href="https://www.apache.org/licenses/contributor-agreements.html#clas">here</a>.
+</p>
+
 <p>
   If you are a new developer to Turbine or even an existing developer, these are
   areas where you can take ownership and help complete. Please do not ask us how