CURATOR-497 - include a link to the Download wiki page and update doxia revs
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/219c881f Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/219c881f Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/219c881f Branch: refs/heads/master Commit: 219c881f138255edb18757bdc530313c4d39bd0b Parents: df073e2 Author: randgalt <[email protected]> Authored: Wed Dec 19 19:38:54 2018 -0500 Committer: randgalt <[email protected]> Committed: Wed Dec 19 19:38:54 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- src/site/site.xml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/219c881f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8f0fe94..265beaa 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <maven-project-info-reports-plugin-version>2.9</maven-project-info-reports-plugin-version> <maven-bundle-plugin-version>3.2.0</maven-bundle-plugin-version> <maven-javadoc-plugin-version>2.10.4</maven-javadoc-plugin-version> - <doxia-module-confluence-version>1.7</doxia-module-confluence-version> + <doxia-module-confluence-version>1.8</doxia-module-confluence-version> <maven-license-plugin-version>1.9.0</maven-license-plugin-version> <javassist-version>3.20.0-GA</javassist-version> <commons-math-version>2.2</commons-math-version> http://git-wip-us.apache.org/repos/asf/curator/blob/219c881f/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 49979da..ea15fa3 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -25,15 +25,11 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.6</version> + <version>1.7</version> </skin> <custom> <fluidoSkin> - <ohloh> - <projectId>apache-curator</projectId> - <widget>factoids</widget> - </ohloh> <facebookLike /> <googlePlusOne /> <twitter> @@ -75,6 +71,7 @@ <menu name="Apache Curator" inherit="top"> <item name="About" href="index.html"/> + <item name="Download" href="https://cwiki.apache.org/confluence/display/CURATOR/Releases"/> <item name="Getting Started" href="getting-started.html"/> <item name="Examples" href="curator-examples/index.html"/> <item name="Recipes" href="curator-recipes/index.html"/>
