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-fulcrum-site.git
commit a732d7653fc5b790b8af33bd56e5f0a04dec3923 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Jun 18 09:23:09 2019 +0000 - update parent pom - add fulcrum specific information git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@1861565 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- xdocs/index.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d346c97..cda000b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>turbine-parent</artifactId> <groupId>org.apache.turbine</groupId> - <version>5</version> + <version>6-SNAPSHOT</version> </parent> <groupId>org.apache.fulcrum</groupId> diff --git a/xdocs/index.xml b/xdocs/index.xml index 70af253..0daeaa1 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -55,6 +55,37 @@ any other Avalon container like ECM, Phoenix, Excalibur, etc.. </p> </section> + + <section name="Where do I get releases?"> + + <p> + Download the current main release sources and binaries through the Apache mirror system at + <a href="http://www.apache.org/dyn/closer.cgi/turbine/fulcrum/">the fulcrum download site</a>. + </p> + +</section> + +<section name="How do I contribute, give feedback, fix bugs and so on?"> + +<ul> + <li> + We have a <a href="https://turbine.apache.org/contact.html">Turbine mailing + lists</a> for discussion.</li> + <li> + Create issues and comments in Apache JIRA system <a href="https://issues.apache.org/jira/issues/?jql=project+%3D+TRB+AND+component+%3D+Fulcrum">Turbine (Component Fulcrum) + </a></li> + <li> + You can also access the <a href="https://svn.apache.org/viewvc/turbine/fulcrum/trunk/">Turbine Fulcrum SVN + repository</a></li> + + <li> + You can access the <a href="https://github.com/apache/turbine-fulcrum/">Turbine Fulcrum sub project Git (read only) + repository</a></li> + + +</ul> + +</section> </body> </document>
