We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7639c80 commit e86e72fCopy full SHA for e86e72f
2 files changed
README.md
@@ -57,6 +57,11 @@ This project is licensed under the terms of the [GNU GPL v3](http://www.gnu.org/
57
58
## Version history
59
60
+### 1.3.0 (2019-09-27)
61
+- Add WEKA classifier API
62
+- Update various libraries
63
+- Require Java 8
64
+
65
### 1.2.1 (2016-12-18)
66
- Patch maui.war to turn off unhelpful logging to ./out/learning.log
67
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.topbraid</groupId>
5
<artifactId>mauiserver</artifactId>
6
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
7
<packaging>war</packaging>
8
<name>Maui Server</name>
9
<description>An HTTP wrapper around the Maui Topic Indexer</description>
0 commit comments