DELTASPIKE-777 - Update template to have a new javadoc section
Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/2e9ea33b Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/2e9ea33b Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/2e9ea33b Branch: refs/heads/master Commit: 2e9ea33b3a58b1a3f927675d9a5126cda99bcf57 Parents: 449ec28 Author: Rafael Benevides <[email protected]> Authored: Mon Nov 17 10:39:28 2014 -0200 Committer: Rafael Benevides <[email protected]> Committed: Thu Nov 20 09:19:08 2014 -0200 ---------------------------------------------------------------------- documentation/pom.xml | 2 +- documentation/src/main/template/document.html.erb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/2e9ea33b/documentation/pom.xml ---------------------------------------------------------------------- diff --git a/documentation/pom.xml b/documentation/pom.xml index 47353f0..c2cd926 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -25,7 +25,7 @@ * the dependencyManagement and plugin configuration stuff. --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-documentation</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike - Documentation</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/2e9ea33b/documentation/src/main/template/document.html.erb ---------------------------------------------------------------------- diff --git a/documentation/src/main/template/document.html.erb b/documentation/src/main/template/document.html.erb index 369bf66..7054f44 100644 --- a/documentation/src/main/template/document.html.erb +++ b/documentation/src/main/template/document.html.erb @@ -53,7 +53,8 @@ body { <li class="active"><a href="http://deltaspike.apache.org/index.html">Home</a></li> <li><a href="http://deltaspike.apache.org/documentation">Documentation</a></li> - <li><a href="http://deltaspike.apache.org/documentation/source.html">Source</a></li> + <li><a href="http://deltaspike.apache.org/javadoc/1.1.1-SNAPSHOT/">Javadoc</a></li> + <li><a href="http://deltaspike.apache.org/source.html">Source</a></li> <li><a href="http://deltaspike.apache.org/download.html">Download</a></li> <li><a href="http://deltaspike.apache.org/community.html">Community</a></li> <!-- <li><a href="./support.html">Support</a></li> --> @@ -98,4 +99,4 @@ body { <!-- /.container --> </body> -</html> \ No newline at end of file +</html>
