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 2019/01/29 19:46:18 UTC

[jspwiki-site] branch jbake updated: add 2.11.0.M1 apidocs

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 35d7cad  add 2.11.0.M1 apidocs
35d7cad is described below

commit 35d7cad91648ed85b2a0218daffe89fdc13cb124
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Tue Jan 29 20:45:57 2019 +0100

    add 2.11.0.M1 apidocs
---
 pom.xml                                  | 4 ++--
 src/main/jbake/assets/apidocs/index.html | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e8e7e22..4767b18 100755
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
                  </artifactItems>
                </configuration>
             </execution>
-            <!-- <execution>
+            <execution>
               <id>unpack-apidocs-2.11</id>
               <phase>generate-resources</phase>
               <goals><goal>unpack</goal></goals>
@@ -158,7 +158,7 @@
                    </artifactItem>
                  </artifactItems>
                </configuration>
-            </execution> -->
+            </execution>
           </executions>
         </plugin>
 
diff --git a/src/main/jbake/assets/apidocs/index.html b/src/main/jbake/assets/apidocs/index.html
index 96c4903..8e9e860 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.5/index.html">
+        <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/apidocs/2.11.0.M1/index.html">
         <script type="text/javascript">
-            window.location.href = "http://jspwiki.apache.org/apidocs/2.10.5/index.html"
+            window.location.href = "http://jspwiki.apache.org/apidocs/2.11.0.M1/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.5/index.html'>latest javadocs</a>.
+        If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/apidocs/2.11.0.M1/index.html'>latest javadocs</a>.
     </body>
 </html>
\ No newline at end of file