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 2022/05/01 12:55:26 UTC

[jspwiki] 07/07: 2.11.3-git-08

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

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

commit 17b28348b4293e248acf4296a9d2590938e3b812
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Sun May 1 14:54:53 2022 +0200

    2.11.3-git-08
---
 ChangeLog.md                                               | 12 ++++++++++++
 jspwiki-api/src/main/java/org/apache/wiki/api/Release.java |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index f92a4fc31..f393d65aa 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -17,6 +17,18 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+**2022-05-01  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
+* _2.11.3-git-08_
+
+* `TestEngine#shutdown` now cleans cache, wiki pages dir and their associated attachments, if any. This allows cleaning up a handful of tests
+    * `TestEngine#emptyWikiDir` deletes both page and attachment directories
+
+* Dependency updates
+    * Jetty to 9.4.46.v20220331 - closes [#181](https://github.com/apache/jspwiki/pull/181), thanks to dependabot
+    * Mockito to 4.5.1 - closes [#185](https://github.com/apache/jspwiki/pull/185), thanks to dependabot
+    * Maven project info reports plugin to 3.3.0 - closes [#186](https://github.com/apache/jspwiki/pull/186), thanks to dependabot
+
 **2022-04-24  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
 * _2.11.3-git-07_
diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
index 088ad9181..3fcfb7f55 100644
--- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
+++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
@@ -69,7 +69,7 @@ public final class Release {
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "07";
+    public static final String     BUILD         = "08";
 
     /**
      *  This is the generic version string you should use when printing out the version.  It is of