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 402375b9cc0a5bddac483a557e2d7253d0fc1b5d
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Wed Jan 4 13:18:37 2023 +0100

    2.12.0-git-03
---
 ChangeLog.md                                          | 19 +++++++++++++++++--
 .../src/main/java/org/apache/wiki/api/Release.java    |  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 1030671f9..f9aa509d9 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -17,14 +17,29 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+**2023-01-04  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
+* _2.12.0-git-03_
+
+* Fix flaky caching test, add some colouring to Jenkins console builds
+
+* Dependency updates
+    * Apache parent to 29
+    * Javadoc umldoclet to 2.1.0
+    * Lucene to 9.4.2
+    * Mockito to 4.11.0
+    * Selenide to 6.11.0
+    * Tika to 2.6.0
+    * Tomcat to 9.0.70
+    * Maven plugins: dependency to 3.4.0, install to 3.1.0, release to 3.0.0-M7
+
 **2022-11-24  Dirk Frederickx (brushed AT apache DOT org)**
 
 * _2.12.0-git-02_
 
-* Fixing a number of XSS vulnerabilities reported by Eugene Lim and Sng Jay 
Kai.
+* Fixing a number of XSS vulnerabilities reported by Eugene Lim and Sng Jay 
Kai, from Government Technology Agency of Singapore.
   (sanitizing various plugin parameters)
 
-
 **2022-10-19  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
 * _2.12.0-git-01_
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 16fea414c..8ce311909 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         = "02";
+    public static final String     BUILD         = "03";
 
     /**
      *  This is the generic version string you should use when printing out 
the version.  It is of

Reply via email to