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/05/23 21:23:03 UTC

[jspwiki-site] branch jbake updated: add 2.10.4 javadocs

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


The following commit(s) were added to refs/heads/jbake by this push:
     new 494be0e  add 2.10.4 javadocs
494be0e is described below

commit 494be0e13db2cf16f166d9b5d0caaad0fa10511f
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Wed May 23 23:19:40 2018 +0200

    add 2.10.4 javadocs
---
 pom.xml                                  | 7 +++++++
 src/main/jbake/assets/apidocs/index.html | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 82b35b0..6601cfe 100755
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,13 @@
                      <classifier>javadoc</classifier>
                      <outputDirectory>${jbake.dest}/apidocs/2.10.3</outputDirectory>
                    </artifactItem>
+                   <artifactItem>
+                     <groupId>org.apache.jspwiki</groupId>
+                     <artifactId>jspwiki-war</artifactId>
+                     <version>2.10.4</version>
+                     <classifier>javadoc</classifier>
+                     <outputDirectory>${jbake.dest}/apidocs/2.10.4</outputDirectory>
+                   </artifactItem>
                  </artifactItems>
                </configuration>
             </execution>
diff --git a/src/main/jbake/assets/apidocs/index.html b/src/main/jbake/assets/apidocs/index.html
index d89e6d3..6f71fd2 100755
--- a/src/main/jbake/assets/apidocs/index.html
+++ b/src/main/jbake/assets/apidocs/index.html
@@ -2,13 +2,13 @@
 <html lang="en-US">
     <head>
         <meta charset="UTF-8">
-        <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/apidocs/2.10.3/index.html">
+        <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/apidocs/2.10.4/index.html">
         <script type="text/javascript">
-            window.location.href = "http://jspwiki.apache.org/apidocs/2.10.3/index.html"
+            window.location.href = "http://jspwiki.apache.org/apidocs/2.10.4/index.html"
         </script>
         <title>redirecting to latest javadocs</title>
     </head>
     <body>
-        If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/apidocs/2.10.3/index.html'>latest javadocs</a>.
+        If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/apidocs/2.10.4/index.html'>latest javadocs</a>.
     </body>
 </html>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
juanpablo@apache.org.