Prepare release
Change-Id: I06f798319ac94ad7522f818e4f41ed3ea347d4fb
diff --git a/Changes b/Changes
index 0820e22..0d23720 100644
--- a/Changes
+++ b/Changes
@@ -1,15 +1,17 @@
-0.3 2024-6-21
+0.3.0 2024-6-21
- Upgrade to Java 17.
- Upgrade Jetty to 11.0.12.
- Upgrade Jersey to 3.1.7.
- Upgrade dependencies following dependabot.
- Fixes md014 violations in README. (hebasta)
- - Fixes bug: Tests did not run because of maven-surefire-plugin configuration (hebasta)
+ - Fixes bug: Tests did not run because of maven-surefire-plugin
+ configuration (hebasta)
0.2.11 2024-1-10
- Upgrade dependency on Jackson following dependabot.
- Upgrade dependency on Maven following dependabot.
- - Retrieves the version of the export plugin from pom.xml (closes #99)(hebasta)
+ - Retrieves the version of the export plugin from pom.xml
+ (closes #99)(hebasta)
0.2.10 2023-11-30
- Change default api port to 443.
diff --git a/README.md b/README.md
index fcc9c05..8c1c9fe 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
## Prerequisites
-Java 11 (OpenJDK or Oracle JDK),
+Java 17 (OpenJDK or Oracle JDK),
[Git](http://git-scm.com/),
[Maven 3](https://maven.apache.org/).
Further dependencies are resolved using Maven.
@@ -123,7 +123,7 @@
## License
-Copyright (c) 2020-2023, [IDS Mannheim](https://www.ids-mannheim.de/), Germany
+Copyright (c) 2020-2024, [IDS Mannheim](https://www.ids-mannheim.de/), Germany
Kalamar-Plugin-Export is developed as part of the [KorAP](https://korap.ids-mannheim.de/)
Corpus Analysis Platform at the Leibniz Institute for the German Language
diff --git a/pom.xml b/pom.xml
index a7b348e..359df20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>KalamarExportPlugin</artifactId>
<packaging>jar</packaging>
- <version>0.3</version>
+ <version>0.3.0</version>
<name>KalamarExportPlugin</name>
<url>https://korap.ids-mannheim.de/</url>