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 9895f853f90b94815dc50e3930353fd0fc735241
Author: juanpablo <juanpa...@apache.org>
AuthorDate: Sat Dec 16 20:03:19 2017 +0100

    2.10.3-git-45
---
 ChangeLog                                          | 29 ++++++++++++++--------
 .../src/main/java/org/apache/wiki/Release.java     |  2 +-
 2 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6136842..be6a719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,28 +1,37 @@
+2017-12-16  Juan Pablo Santos (juanpablo AT apache DOT org)
+
+       * 2.10.3-git-45
+
+       * Fixed JSPWIKI-1064 - Link to non-existing page doesn't change if 
linked page
+         is created
+
+       * Improvement on JSPWIKI-843 - exclude tests from test-jar
+
 2017-12-08  Juan Pablo Santos (juanpablo AT apache DOT org)
 
        * 2.10.3-git-44
-       
-       * JSPWIKI-802 - initial markdown support see 
+
+       * JSPWIKI-802 - initial markdown support see
          https://jspwiki-wiki.apache.org/Wiki.jsp?page=Markdown%20Support
          for details
-       
+
 2017-12-03  Juan Pablo Santos (juanpablo AT apache DOT org)
 
        * 2.10.3-git-43
-       
+
        * Fixed JSPWIKI-843 - generate test-jar for jspwiki-war (wasn't being 
generated)
-       
-       * Extract WikiLink parsing operations from JSPWikiMarkupParser, 
LinkParser, 
+
+       * Extract WikiLink parsing operations from JSPWikiMarkupParser, 
LinkParser,
          VariableManager to their own class, LinkParsingOperations
-       
-       * Move (private) JSPWikiMarkupParser#getLocalBooleanProperty to 
+
+       * Move (private) JSPWikiMarkupParser#getLocalBooleanProperty to
         (public) WikiContext#getBooleanWikiProperty
 
 2017-11-16  Juan Pablo Santos (juanpablo AT apache DOT org)
 
        * 2.10.3-git-42
-       
-       * small refactor to move some private constants to public at 
MarkupParser and 
+
+       * small refactor to move some private constants to public at 
MarkupParser and
          WikiRenderer, so they can be reused throughout the code and custom 
extensions.
 
 2017-08-22  Juan Pablo Santos (juanpablo AT apache DOT org)
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 3e70952..d6c6947 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         = "44";
+    public static final String     BUILD         = "45";
 
     /**
      *  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
"commits@jspwiki.apache.org" <commits@jspwiki.apache.org>.

Reply via email to