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 5c43566fddffa177949a2e748990d5009d6eb5f4
Author: juanpablo <[email protected]>
AuthorDate: Thu Apr 9 14:49:55 2020 +0200

    2.11.0-M7-git-18
---
 ChangeLog.md                                               | 7 +++++++
 jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index d8c3cea..2b502d6 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -17,6 +17,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+**2020-04-09  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
+* _2.11.0-M7-git-18_
+
+* [JSPWIKI-303](https://issues.apache.org/jira/browse/JSPWIKI-303): [JSPWiki 
API](https://jspwiki-wiki.apache.org/Wiki.jsp?page=JSPWikiPublicAPI) library 
creation
+    * Promote `RenderingManager#textToHtml( Context, String )` to the public 
API
+
 **2020-03-29  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
 * _2.11.0-M7-git-17_
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 a8718bf..2ff709b 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-17";
+    public static final String     BUILD         = "git-18";
 
     /**
      *  This is the generic version string you should use when printing out 
the version.  It is of

Reply via email to