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 dfb8b4521f6162517f321e92eb757d1797d89324
Author: juanpablo <juanpa...@apache.org>
AuthorDate: Sat Nov 3 00:58:51 2018 +0100

    2.11.0-M1-git-07
---
 ChangeLog                                               | 8 ++++++++
 jspwiki-main/src/main/java/org/apache/wiki/Release.java | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 36ddbc9..64a6663 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-11-02  Juan Pablo Santos (juanpablo AT apache DOT org)
+
+       * 2.11.0-M1-git-07: removed a bunch of warnings throughout the code
+          
+          * added a Jenkinsfile
+          
+          * small backwards-incompatible change: WikiEngine#getRecentChanges() 
now returns a Set instead of a Collection
+
 2018-10-30  Juan Pablo Santos (juanpablo AT apache DOT org)
 
        * 2.11.0-M1-git-06: fix JSPs using methods removed on 2.11.0-M1-git-05
diff --git a/jspwiki-main/src/main/java/org/apache/wiki/Release.java 
b/jspwiki-main/src/main/java/org/apache/wiki/Release.java
index 98cc9ae..c2bf99e 100644
--- a/jspwiki-main/src/main/java/org/apache/wiki/Release.java
+++ b/jspwiki-main/src/main/java/org/apache/wiki/Release.java
@@ -72,7 +72,7 @@ public final class Release {
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "6";
+    public static final String     BUILD         = "7";
 
     /**
      *  This is the generic version string you should use when printing out 
the version.  It is of

Reply via email to