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 2018/06/03 21:32:35 UTC

[jspwiki] 03/03: 2.10.5-git.02

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 e7b0cb278d0ed502c660a470a8c4e354828dd3a8
Author: juanpablo <ju...@apache.org>
AuthorDate: Sun Jun 3 23:31:31 2018 +0200

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

diff --git a/ChangeLog b/ChangeLog
index 5d61674..290f6f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-06-03  Juan Pablo Santos (juanpablo AT apache DOT org)
+
+       * 2.10.5-git-02
+
+       * JSPWIKI-1070: (properly) Support JDK 10 builds
+       
+       * Generate sha1 and sha512 checksums for build artifacts
+
 2018-05-27  Juan Pablo Santos (juanpablo AT apache DOT org)
 
        * 2.10.5-git-01
diff --git a/jspwiki-war/src/main/java/org/apache/wiki/Release.java b/jspwiki-war/src/main/java/org/apache/wiki/Release.java
index b4b525d..7615592 100644
--- a/jspwiki-war/src/main/java/org/apache/wiki/Release.java
+++ b/jspwiki-war/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         = "1";
+    public static final String     BUILD         = "2";
 
     /**
      *  This is the generic version string you should use when printing out the version.  It is of

-- 
To stop receiving notification emails like this one, please contact
juanpablo@apache.org.