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 4f3ddd6d3f7b693ac2fdf7bd6408e582ff91142d
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Sat Sep 11 14:19:53 2021 +0200

    2.11.0-git-09
---
 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 8231c6f..cec5521 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -17,6 +17,18 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+**2021-09-11  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
+* _2.11.0-git-09_
+
+* Docker images pushed to Docker Hub
+
+* Dependency updates
+    * Commons IO to 2.11.0 [#125](https://github.com/apache/jspwiki/pull/125)
+    * Mockito to 3.12.4 [#123](https://github.com/apache/jspwiki/pull/123)
+    * Selenide to 5.24.2
+    * Some maven plugins [#121](https://github.com/apache/jspwiki/pull/121), 
[#122](https://github.com/apache/jspwiki/pull/122), 
[#124](https://github.com/apache/jspwiki/pull/124)
+
 **2021-09-01  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
 * _2.11.0-git-08_
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 0e07681..4de8937 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         = "git-08";
+    public static final String     BUILD         = "git-09";
 
     /**
      *  This is the generic version string you should use when printing out 
the version.  It is of

Reply via email to