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 2021/11/22 13:47:28 UTC

[jspwiki-site] branch jbake updated (2489c43 -> 320f476)

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

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


    from 2489c43  Fix apache mirrors link, as noted on ML
     new 41627aa  Update plugins' versions and configure japicmp so that it not fails if doesn't find an artifact
     new 320f476  2.11.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                     | 219 ++++++++++++++++++++++++++--
 src/main/jbake/assets/apidocs/index.html    |   6 +-
 src/main/jbake/assets/japicmp/index.html    |   6 +-
 src/main/jbake/content/general/downloads.md |  11 +-
 src/main/jbake/content/general/news.md      |   8 +-
 src/main/jbake/content/index.md             |  17 ++-
 6 files changed, 235 insertions(+), 32 deletions(-)

[jspwiki-site] 02/02: 2.11.0

Posted by ju...@apache.org.
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 320f476abcfa0c3c45db81ce9a5c8a41ce94e812
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Mon Nov 22 14:43:30 2021 +0100

    2.11.0
---
 pom.xml                                     |  2 +-
 src/main/jbake/assets/apidocs/index.html    |  6 +++---
 src/main/jbake/assets/japicmp/index.html    |  6 +++---
 src/main/jbake/content/general/downloads.md | 11 +++++++----
 src/main/jbake/content/general/news.md      |  8 +++++++-
 src/main/jbake/content/index.md             | 17 +++++++++--------
 6 files changed, 30 insertions(+), 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b8c8b5..26e7235 100755
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
     <plugin.enforcer>3.0.0</plugin.enforcer>
     <plugin.resources>3.2.0</plugin.resources>
     <plugin.japicmp.version>0.15.4</plugin.japicmp.version>
-    <plugin.japicmp.jspwiki-new>2.11.0.M8</plugin.japicmp.jspwiki-new>
+    <plugin.japicmp.jspwiki-new>2.11.0</plugin.japicmp.jspwiki-new>
     <plugin.japicmp.jspwiki-old>2.10.5</plugin.japicmp.jspwiki-old>
     <plugin.jbake>0.0.9</plugin.jbake>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/src/main/jbake/assets/apidocs/index.html b/src/main/jbake/assets/apidocs/index.html
index d97e2a6..890de8d 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.11.0.M8/">
+        <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/apidocs/2.11.0/">
         <script type="text/javascript">
-            window.location.href = "http://jspwiki.apache.org/apidocs/2.11.0.M8/"
+            window.location.href = "http://jspwiki.apache.org/apidocs/2.11.0/"
         </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.11.0.M8/'>latest javadocs</a>.
+        If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/apidocs/2.11.0/'>latest javadocs</a>.
     </body>
 </html>
diff --git a/src/main/jbake/assets/japicmp/index.html b/src/main/jbake/assets/japicmp/index.html
index 985e887..934e497 100644
--- a/src/main/jbake/assets/japicmp/index.html
+++ b/src/main/jbake/assets/japicmp/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/japicmp/2.11.0.M8/">
+        <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/japicmp/2.11.0/">
         <script type="text/javascript">
-            window.location.href = "http://jspwiki.apache.org/japicmp/2.11.0.M8/"
+            window.location.href = "http://jspwiki.apache.org/japicmp/2.11.0/"
         </script>
         <title>redirecting to latest compatibility reports</title>
     </head>
     <body>
-        If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/japicmp/2.11.0.M8/'>latest compatibility reports</a>.
+        If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/japicmp/2.11.0/'>latest compatibility reports</a>.
     </body>
 </html>
diff --git a/src/main/jbake/content/general/downloads.md b/src/main/jbake/content/general/downloads.md
index 0a015b9..935b67c 100755
--- a/src/main/jbake/content/general/downloads.md
+++ b/src/main/jbake/content/general/downloads.md
@@ -4,7 +4,7 @@ title=Downloads
 type=page
 ~~~~~~
 
-**Current source and binary distributions** are available through the <a class="external" href="https://www.apache.org/dyn/closer.lua/jspwiki/2.11.0.M8/">Apache mirrors</a>.
+**Current source and binary distributions** are available through the <a class="external" href="https://www.apache.org/dyn/closer.lua/jspwiki/2.11.0/">Apache mirrors</a>.
 
 Note: When downloading from a mirror, please be sure to verify that checksums and signatures are correct. To do so, use the checksum and <br/>signature files from the main Apache site at https://downloads.apache.org/jspwiki. Find here the <a class="external" href="https://downloads.apache.org/jspwiki/KEYS">KEYS</a> file, which contains all OpenPGP keys <br/>we use to sign releases.
 
@@ -16,9 +16,12 @@ If you want to build directly from the sources, please check the [Get and Build
 
 <br/> **Release Index**
 
-* **13-Dec-2020**: The current release version is <a class="external" href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0.M8ReleasedOn13122020">2.11.0.M8</a>. This release fixes the following issues:
-https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12349271 <br/>
-<strong><a class="external" href="https://www.apache.org/dyn/closer.lua/jspwiki/2.11.0.M8/source/jspwiki-builder-2.11.0.M8-source-release.zip">source</a></strong> | <strong><a class="external" href="https://downloads.apache.org/jspwiki/2.11.0.M8/source/jspwiki-builder-2.11.0.M8-source-release.zip.sha512">checksum</a></strong> | <strong><a class="external" href="https://downloads.apache.org/jspwiki/2.11.0.M8/source/jspwiki-builder-2.11.0.M8-source-release.zip.asc">signature</a></strong>
+* **22-Nov-2021**: The current release version is <a class="external" href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0ReleasedOn22112021">2.11.0</a>. This release fixes the following issues:
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12345152 <br/>
+<strong><a class="external" href="https://www.apache.org/dyn/closer.lua/jspwiki/2.11.0/source/jspwiki-builder-2.11.0-source-release.zip">source</a></strong> | <strong><a class="external" href="https://downloads.apache.org/jspwiki/2.11.0/source/jspwiki-builder-2.11.0-source-release.zip.sha512">checksum</a></strong> | <strong><a class="external" href="https://downloads.apache.org/jspwiki/2.11.0/source/jspwiki-builder-2.11.0-source-release.zip.asc">signature</a></strong>
+
+* **13-Dec-2020**: released version <a class="external" href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0.M8ReleasedOn13122020">2.11.0.M8</a>. This release fixes the following issues:
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12349271
 
 * **28-May-2020**: released version <a class="external" href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0.M7ReleasedOn28052020">2.11.0.M7</a>. This release fixes the following issues:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12346642
diff --git a/src/main/jbake/content/general/news.md b/src/main/jbake/content/general/news.md
index 92e5834..6c29301 100755
--- a/src/main/jbake/content/general/news.md
+++ b/src/main/jbake/content/general/news.md
@@ -6,6 +6,10 @@ type=page
 
 ## Project News
 
+  * **22-Nov-2021:** Apache JSPWiki [CVE-2021-40369][] and [CVE-2021-44140][] vulnerability disclosures
+
+  * **22-Nov-2021**: Official [Apache JSPWiki 2.11.0 release][] is out!
+
   * **13-Dec-2020**: Official [Apache JSPWiki 2.11.0.M8 release][] is out!
 
   * **28-May-2020**: Official [Apache JSPWiki 2.11.0.M7 release][] is out!
@@ -91,6 +95,7 @@ type=page
 [Apache JSPWiki 2.11.0.M6 release]: downloads.html
 [Apache JSPWiki 2.11.0.M7 release]: downloads.html
 [Apache JSPWiki 2.11.0.M8 release]: downloads.html
+[Apache JSPWiki 2.11.0 release]: downloads.html
 [CVE-2018-20242]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2018-20242
 [CVE-2019-0224]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-0224
 [CVE-2019-0225]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-0225
@@ -101,4 +106,5 @@ type=page
 [CVE-2019-10089]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10089
 [CVE-2019-10090]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10090
 [CVE-2019-12404]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-12404
-[CVE-2019-12407]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-12407
+[CVE-2021-40369]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2021-40369
+[CVE-2021-44140]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2021-44140
diff --git a/src/main/jbake/content/index.md b/src/main/jbake/content/index.md
index 6b2ba0c..a6b275e 100755
--- a/src/main/jbake/content/index.md
+++ b/src/main/jbake/content/index.md
@@ -12,6 +12,7 @@ Some of its [features](https://jspwiki-wiki.apache.org/Wiki.jsp?page=JSPWikiFeat
   * File attachments 
   * Templates support
   * Data storage through your choice of two [WikiPage Providers][], with the capability to create and plug in new ones
+  * Search support through your choice of three [Search Providers][], with the capability to create and plug in new ones
   * [Security][]: fine grained control over authorization and authentication, yet simple to configure
   * Easy [plugin][] and [page filter][] interfaces
   * UTF-8 support
@@ -27,6 +28,10 @@ JSPWiki is open-source software that is released under the Apache Public License
 
 ## Project status
 
+  * **22-Nov-2021:** Apache JSPWiki [CVE-2021-40369][] and [CVE-2021-44140][] vulnerability disclosures
+
+  * **22-Nov-2021**: Official [Apache JSPWiki 2.11.0 release][] is out!
+
   * **13-Dec-2020**: Official [Apache JSPWiki 2.11.0.M8 release][] release is out!
 
   * **28-May-2020**: Official [Apache JSPWiki 2.11.0.M7 release][] release is out!
@@ -37,14 +42,11 @@ JSPWiki is open-source software that is released under the Apache Public License
 
   * **18-Sep-2019:** Official [Apache JSPWiki 2.11.0.M5 release][] is out!
 
-  * **19-May-2019:** Apache JSPWiki [CVE-2019-10076][], [CVE-2019-10077][] and [CVE-2019-10078][] vulnerability disclosures
-
-  * **18-May-2019:** Official [Apache JSPWiki 2.11.0.M4 release][] is out!
-
 [Apache JSPWiki]: https://jspwiki.apache.org
 [WikiWiki]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=WikiWiki
 [JEE]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=JEE
 [Security]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=Wiki.Admin.Security
+[Search Providers]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=SearchProviders
 [WikiPage Providers]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=WikiPageProviders
 [plugin]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=JSPWikiPlugin
 [page filter]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=WikiFilters
@@ -53,16 +55,15 @@ JSPWiki is open-source software that is released under the Apache Public License
 [JSPWiki today]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=JSPWikiSites
 [WikiMatrix]: http://www.wikimatrix.org/show/JSPWiki
 [Getting Involved]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Involved
+[Apache JSPWiki 2.11.0 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0ReleasedOn22112021
 [Apache JSPWiki 2.11.0.M8 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0.M8ReleasedOn13122020
 [Apache JSPWiki 2.11.0.M7 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0.M7ReleasedOn28052020
 [Apache JSPWiki 2.11.0.M6 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0.M6ReleasedOn17122019
 [Apache JSPWiki 2.11.0.M5 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0.M5ReleasedOn18092019
-[Apache JSPWiki 2.11.0.M4 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.0.M4ReleasedOn18052019
-[CVE-2019-10076]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10076
-[CVE-2019-10077]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10077
-[CVE-2019-10078]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10078
 [CVE-2019-10087]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10087
 [CVE-2019-10089]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10089
 [CVE-2019-10090]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10090
 [CVE-2019-12404]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-12404
 [CVE-2019-12407]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-12407
+[CVE-2021-40369]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2021-40369
+[CVE-2021-44140]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2021-44140

[jspwiki-site] 01/02: Update plugins' versions and configure japicmp so that it not fails if doesn't find an artifact

Posted by ju...@apache.org.
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 41627aac27d8d0736cd7cd5446ff3ff9c837fa50
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Mon Nov 22 14:42:23 2021 +0100

    Update plugins' versions and configure japicmp so that it not fails if doesn't find an artifact
---
 pom.xml | 219 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 206 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 987ff50..7b8c8b5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
 
   <groupId>org.apache.jspwiki</groupId>
   <artifactId>jspwiki-site</artifactId>
+  <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <name>Apache JSPWiki static site generator</name>
   <version>1.0.0-SNAPSHOT</version>
@@ -36,15 +37,15 @@
   
   <properties>
     <jbake.dest>${project.build.directory}/content</jbake.dest>
-    <plugin.enforcer>1.4.1</plugin.enforcer>
-    <plugin.resources>3.1.0</plugin.resources>
-    <plugin.japicmp.version>0.14.3</plugin.japicmp.version>
-    <plugin.japicmp.jspwiki-new>2.11.0.M7</plugin.japicmp.jspwiki-new>
+    <plugin.enforcer>3.0.0</plugin.enforcer>
+    <plugin.resources>3.2.0</plugin.resources>
+    <plugin.japicmp.version>0.15.4</plugin.japicmp.version>
+    <plugin.japicmp.jspwiki-new>2.11.0.M8</plugin.japicmp.jspwiki-new>
     <plugin.japicmp.jspwiki-old>2.10.5</plugin.japicmp.jspwiki-old>
     <plugin.jbake>0.0.9</plugin.jbake>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <version.freemarker>2.3.30</version.freemarker>
+    <version.freemarker>2.3.31</version.freemarker>
     <version.jbake-core>2.5.1</version.jbake-core>
     <version.jdk>1.8</version.jdk>
     <version.maven>3.5.0</version.maven>
@@ -156,23 +157,27 @@
           <configuration>
             <parameter>
               <ignoreMissingClasses>true</ignoreMissingClasses>
+              <ignoreNonResolvableArtifacts>true</ignoreNonResolvableArtifacts>
               <includes>
                 <include>org.apache.wiki</include>
               </includes>
+              <skipPomModules>false</skipPomModules>
               <skipXmlReport>true</skipXmlReport>
             </parameter>
           </configuration>
           <executions>
             <execution>
-              <id>cmp-jspwiki-markdown</id>
+              <id>cmp-jspwiki-210-adapters</id>
               <phase>generate-resources</phase>
               <goals><goal>cmp</goal></goals>
               <configuration>
-                <htmlTitle>Binary compatibility between jspwiki-markdown ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-210-adapters ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
                 <oldVersion>
                   <dependency>
                     <groupId>${project.groupId}</groupId>
-                    <artifactId>jspwiki-markdown</artifactId>
+                    <artifactId>jspwiki-210-adapters</artifactId>
                     <version>${plugin.japicmp.jspwiki-old}</version>
                     <type>jar</type>
                   </dependency>
@@ -180,7 +185,7 @@
                 <newVersion>
                   <dependency>
                     <groupId>${project.groupId}</groupId>
-                    <artifactId>jspwiki-markdown</artifactId>
+                    <artifactId>jspwiki-210-adapters</artifactId>
                     <version>${plugin.japicmp.jspwiki-new}</version>
                     <type>jar</type>
                   </dependency>
@@ -188,11 +193,39 @@
               </configuration>
             </execution>
             <execution>
-              <id>cmp-jspwiki-util</id>
+              <id>cmp-jspwiki-210-test-adaptees</id>
               <phase>generate-resources</phase>
               <goals><goal>cmp</goal></goals>
               <configuration>
-                <htmlTitle>Binary compatibility between jspwiki-util ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-210-test-adaptees ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
+                <oldVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-210-test-adaptees</artifactId>
+                    <version>${plugin.japicmp.jspwiki-old}</version>
+                    <type>jar</type>
+                  </dependency>
+                </oldVersion>
+                <newVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-210-test-adaptees</artifactId>
+                    <version>${plugin.japicmp.jspwiki-new}</version>
+                    <type>jar</type>
+                  </dependency>
+                </newVersion>
+              </configuration>
+            </execution>
+            <execution>
+              <id>cmp-jspwiki-api</id>
+              <phase>generate-resources</phase>
+              <goals><goal>cmp</goal></goals>
+              <configuration>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-api ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
                 <oldVersion>
                   <dependency>
                     <groupId>${project.groupId}</groupId>
@@ -205,7 +238,86 @@
                 <newVersion>
                   <dependency>
                     <groupId>${project.groupId}</groupId>
-                    <artifactId>jspwiki-util</artifactId>
+                    <artifactId>jspwiki-api</artifactId>
+                    <version>${plugin.japicmp.jspwiki-new}</version>
+                    <type>jar</type>
+                  </dependency>
+                </newVersion>
+              </configuration>
+            </execution>
+            <execution>
+              <id>cmp-jspwiki-bootstrap</id>
+              <phase>generate-resources</phase>
+              <goals><goal>cmp</goal></goals>
+              <configuration>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-bootstrap ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
+                <oldVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-bootstrap</artifactId>
+                    <version>${plugin.japicmp.jspwiki-old}</version>
+                    <type>jar</type>
+                  </dependency>
+                </oldVersion>
+                <newVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-bootstrap</artifactId>
+                    <version>${plugin.japicmp.jspwiki-new}</version>
+                    <type>jar</type>
+                  </dependency>
+                </newVersion>
+              </configuration>
+            </execution>
+            <execution>
+              <id>cmp-jspwiki-event</id>
+              <phase>generate-resources</phase>
+              <goals><goal>cmp</goal></goals>
+              <configuration>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-event ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
+                <oldVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-war</artifactId>
+                    <version>${plugin.japicmp.jspwiki-old}</version>
+                    <type>jar</type>
+                    <classifier>classes</classifier>
+                  </dependency>
+                </oldVersion>
+                <newVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-event</artifactId>
+                    <version>${plugin.japicmp.jspwiki-new}</version>
+                    <type>jar</type>
+                  </dependency>
+                </newVersion>
+              </configuration>
+            </execution>
+            <execution>
+              <id>cmp-jspwiki-kendra-search-provider</id>
+              <phase>generate-resources</phase>
+              <goals><goal>cmp</goal></goals>
+              <configuration>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-kendra-search-provider ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
+                <oldVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-kendra-search-provider</artifactId>
+                    <version>${plugin.japicmp.jspwiki-old}</version>
+                    <type>jar</type>
+                  </dependency>
+                </oldVersion>
+                <newVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-kendra-search-provider</artifactId>
                     <version>${plugin.japicmp.jspwiki-new}</version>
                     <type>jar</type>
                   </dependency>
@@ -217,7 +329,9 @@
               <phase>generate-resources</phase>
               <goals><goal>cmp</goal></goals>
               <configuration>
-                <htmlTitle>Binary compatibility between jspwiki-main ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-main ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
                 <oldVersion>
                   <dependency>
                     <groupId>${project.groupId}</groupId>
@@ -237,6 +351,85 @@
                 </newVersion>
               </configuration>
             </execution>
+            <execution>
+              <id>cmp-jspwiki-markdown</id>
+              <phase>generate-resources</phase>
+              <goals><goal>cmp</goal></goals>
+              <configuration>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-markdown ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
+                <oldVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-markdown</artifactId>
+                    <version>${plugin.japicmp.jspwiki-old}</version>
+                    <type>jar</type>
+                  </dependency>
+                </oldVersion>
+                <newVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-markdown</artifactId>
+                    <version>${plugin.japicmp.jspwiki-new}</version>
+                    <type>jar</type>
+                  </dependency>
+                </newVersion>
+              </configuration>
+            </execution>
+            <execution>
+              <id>cmp-jspwiki-tika-search-provider</id>
+              <phase>generate-resources</phase>
+              <goals><goal>cmp</goal></goals>
+              <configuration>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-tika-search-provider ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
+                <oldVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-tika-search-provider</artifactId>
+                    <version>${plugin.japicmp.jspwiki-old}</version>
+                    <type>jar</type>
+                  </dependency>
+                </oldVersion>
+                <newVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-tika-search-provider</artifactId>
+                    <version>${plugin.japicmp.jspwiki-new}</version>
+                    <type>jar</type>
+                  </dependency>
+                </newVersion>
+              </configuration>
+            </execution>
+            <execution>
+              <id>cmp-jspwiki-util</id>
+              <phase>generate-resources</phase>
+              <goals><goal>cmp</goal></goals>
+              <configuration>
+                <parameter>
+                  <htmlTitle>Binary compatibility between jspwiki-util ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle>
+                </parameter>
+                <oldVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-war</artifactId>
+                    <version>${plugin.japicmp.jspwiki-old}</version>
+                    <type>jar</type>
+                    <classifier>classes</classifier>
+                  </dependency>
+                </oldVersion>
+                <newVersion>
+                  <dependency>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>jspwiki-util</artifactId>
+                    <version>${plugin.japicmp.jspwiki-new}</version>
+                    <type>jar</type>
+                  </dependency>
+                </newVersion>
+              </configuration>
+            </execution>
           </executions>
         </plugin>
       </plugins>