You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/10/08 22:44:10 UTC

[jspwiki-site] 01/02: add javadocs from 2.10.0

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

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git

commit b54dbb17ea1747b5389f9d643bc7f3d0d25358bc
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Tue Oct 9 00:42:02 2018 +0200

    add javadocs from 2.10.0
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0e6ba73..deba97a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,13 @@
                    <artifactItem>
                      <groupId>org.apache.jspwiki</groupId>
                      <artifactId>jspwiki-war</artifactId>
+                     <version>2.10.0</version>
+                     <classifier>javadoc</classifier>
+                     <outputDirectory>${jbake.dest}/apidocs/2.10.0</outputDirectory>
+                   </artifactItem>
+                   <artifactItem>
+                     <groupId>org.apache.jspwiki</groupId>
+                     <artifactId>jspwiki-war</artifactId>
                      <version>2.10.1</version>
                      <classifier>javadoc</classifier>
                      <outputDirectory>${jbake.dest}/apidocs/2.10.1</outputDirectory>