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 300d6027303cbc3dae05ea3762f24a5c912ba771
Author: Juan Pablo Santos Rodríguez <juanpablo.san...@gmail.com>
AuthorDate: Wed Jul 20 16:47:26 2022 +0200

    2.11.3-git-11
---
 ChangeLog.md                                            | 17 ++++++++++++++---
 .../src/main/java/org/apache/wiki/api/Release.java      |  2 +-
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 478bcaa1c..bd7e7a71c 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -17,15 +17,26 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+**2022-07-20  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
+* _2.11.3-git-11_
+
+* Bring explicit CSRF protection to user management JSPs
+
+* Merged PRs with several code improvements 
[#202](https://github.com/apache/jspwiki/pull/202), 
[#203](https://github.com/apache/jspwiki/pull/203) and 
[#204](https://github.com/apache/jspwiki/pull/204), provided by [Arturo 
Bernal](https://github.com/arturobernalg), thanks!
+
+* Dependency updates
+    * Maven plugins: project-info-reports to 3.4.0 (closes 
[#208](https://github.com/apache/jspwiki/pull/208), thanks to dependabot)
+
 **2022-07-14  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
 * _2.11.3-git-10_
 
-* Bring CSRF protection to group management JSPs
+* Bring explicit CSRF protection to group management JSPs
 
 * Add default application name on `<title>` elements to templates' templates, 
and `Main` as default frontpage is none is defined on default template
 
-[`org.apache.wiki.markdown.migration.WikiSyntaxConverter`](https://github.com/apache/jspwiki/blob/master/jspwiki-markdown/src/test/java/org/apache/wiki/markdown/migration/WikiSyntaxConverter.java)
 now also brings pages' attachments when converting to markdown
+* 
[`org.apache.wiki.markdown.migration.WikiSyntaxConverter`](https://github.com/apache/jspwiki/blob/master/jspwiki-markdown/src/test/java/org/apache/wiki/markdown/migration/WikiSyntaxConverter.java)
 now also brings pages' attachments when converting to markdown
 
 * Dependency updates
     * Parent to Apache Parent 27
@@ -51,7 +62,7 @@ under the License.
     * Upgrade to cargo-maven3 broke the launch configuration
     * Latest Selenide upgrades broke SearchIT, which wasn't hovering on search 
form
 
-* Merged PRs [#192](https://github.com/apache/jspwiki/pull/192), 
[#193](https://github.com/apache/jspwiki/pull/193), 
[#195](https://github.com/apache/jspwiki/pull/195) and 
[#196](https://github.com/apache/jspwiki/pull/196), provided by [Arturo 
Bernal](https://github.com/arturobernalg), thanks!
+* Merged PRs with several code improvements 
[#192](https://github.com/apache/jspwiki/pull/192), 
[#193](https://github.com/apache/jspwiki/pull/193), 
[#195](https://github.com/apache/jspwiki/pull/195) and 
[#196](https://github.com/apache/jspwiki/pull/196), provided by [Arturo 
Bernal](https://github.com/arturobernalg), thanks!
 
 * Dependency updates
     * Log4J to 2.18.0
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 d2b8a9245..f2e455365 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         = "10";
+    public static final String     BUILD         = "11";
 
     /**
      *  This is the generic version string you should use when printing out 
the version.  It is of

Reply via email to