From e86e72f9238b79b75fbfdd1a779a45e4e3406152 Mon Sep 17 00:00:00 2001 From: Richard Cyganiak Date: Fri, 27 Sep 2019 09:58:19 +0100 Subject: [PATCH] Version to 1.3.0 --- README.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d18002..acc689a 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ This project is licensed under the terms of the [GNU GPL v3](http://www.gnu.org/ ## Version history +### 1.3.0 (2019-09-27) +- Add WEKA classifier API +- Update various libraries +- Require Java 8 + ### 1.2.1 (2016-12-18) - Patch maui.war to turn off unhelpful logging to ./out/learning.log diff --git a/pom.xml b/pom.xml index 84d761a..d564063 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.topbraid mauiserver - 1.3.0-SNAPSHOT + 1.3.0 war Maui Server An HTTP wrapper around the Maui Topic Indexer