Skip to content

Commit e86e72f

Browse files
committed
Version to 1.3.0
1 parent 7639c80 commit e86e72f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ This project is licensed under the terms of the [GNU GPL v3](http://www.gnu.org/
5757

5858
## Version history
5959

60+
### 1.3.0 (2019-09-27)
61+
- Add WEKA classifier API
62+
- Update various libraries
63+
- Require Java 8
64+
6065
### 1.2.1 (2016-12-18)
6166
- Patch maui.war to turn off unhelpful logging to ./out/learning.log
6267

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.topbraid</groupId>
55
<artifactId>mauiserver</artifactId>
6-
<version>1.3.0-SNAPSHOT</version>
6+
<version>1.3.0</version>
77
<packaging>war</packaging>
88
<name>Maui Server</name>
99
<description>An HTTP wrapper around the Maui Topic Indexer</description>

0 commit comments

Comments
 (0)