We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6b803 commit e817247Copy full SHA for e817247
2 files changed
README.md
@@ -57,7 +57,7 @@ This project is licensed under the terms of the [GNU GPL v3](http://www.gnu.org/
57
58
## Version history
59
60
-### 1.5.0 (2024-04-10)
+### 1.5.0 (2024-05-17)
61
- Upgrade to Jakarta Servlets 6.0
62
- Require a servlet container compatible with Servlets 6.0, e.g., Tomcat 10
63
- Require Java 17
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.topbraid</groupId>
5
<artifactId>mauiserver</artifactId>
6
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0-tq</version>
7
<packaging>war</packaging>
8
<name>Maui Server</name>
9
<description>An HTTP wrapper around the Maui Topic Indexer</description>
0 commit comments