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 74eae8aa57a9a0656d4c58236565ca4aadffc8d8 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Jul 23 09:31:39 2019 +0000 - update fulcrums with parent 6 - update fulcrum quartz to 2.3.1 - update fulcrumtestcontainer deps mockito 2.28.2, junit.jupiter to 5.5.1, junit-platform-runner to 1.5.1 - update README.txt git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@1863620 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/site/site.xml | 2 +- xdocs/index.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cda000b..0176b15 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>turbine-parent</artifactId> <groupId>org.apache.turbine</groupId> - <version>6-SNAPSHOT</version> + <version>6</version> </parent> <groupId>org.apache.fulcrum</groupId> diff --git a/src/site/site.xml b/src/site/site.xml index 13f806f..81df4ad 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -38,7 +38,7 @@ </links> <menu name="Fulcrum"> - <item name="Overview" href="/"/> + <item name="Overview" href="/index.html"/> <item name="Download and Build" href="/building.html"/> </menu> diff --git a/xdocs/index.xml b/xdocs/index.xml index 0daeaa1..5306d8b 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -60,7 +60,8 @@ <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>. + <a href="http://www.apache.org/dyn/closer.cgi/turbine/fulcrum/">the fulcrum download site</a> + or from <a href="https://github.com/apache/turbine-fulcrum/releases">Github Fulcrum Release</a> Section. </p> </section>
