Skip to content

Commit e7cc5a2

Browse files
committed
Prepare release
Change-Id: I06f798319ac94ad7522f818e4f41ed3ea347d4fb
1 parent c84521e commit e7cc5a2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Changes

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
0.3 2024-6-21
1+
0.3.0 2024-6-21
22
- Upgrade to Java 17.
33
- Upgrade Jetty to 11.0.12.
44
- Upgrade Jersey to 3.1.7.
55
- Upgrade dependencies following dependabot.
66
- Fixes md014 violations in README. (hebasta)
7-
- Fixes bug: Tests did not run because of maven-surefire-plugin configuration (hebasta)
7+
- Fixes bug: Tests did not run because of maven-surefire-plugin
8+
configuration (hebasta)
89

910
0.2.11 2024-1-10
1011
- Upgrade dependency on Jackson following dependabot.
1112
- Upgrade dependency on Maven following dependabot.
12-
- Retrieves the version of the export plugin from pom.xml (closes #99)(hebasta)
13+
- Retrieves the version of the export plugin from pom.xml
14+
(closes #99)(hebasta)
1315

1416
0.2.10 2023-11-30
1517
- Change default api port to 443.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ demonstrate and evaluate the plugin capabilities of Kalamar.
1515

1616
## Prerequisites
1717

18-
Java 11 (OpenJDK or Oracle JDK),
18+
Java 17 (OpenJDK or Oracle JDK),
1919
[Git](http://git-scm.com/),
2020
[Maven 3](https://maven.apache.org/).
2121
Further dependencies are resolved using Maven.
@@ -123,7 +123,7 @@ same directory as the java jar.
123123

124124
## License
125125

126-
Copyright (c) 2020-2023, [IDS Mannheim](https://www.ids-mannheim.de/), Germany
126+
Copyright (c) 2020-2024, [IDS Mannheim](https://www.ids-mannheim.de/), Germany
127127

128128
Kalamar-Plugin-Export is developed as part of the [KorAP](https://korap.ids-mannheim.de/)
129129
Corpus Analysis Platform at the Leibniz Institute for the German Language

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>de.ids_mannheim.korap</groupId>
55
<artifactId>KalamarExportPlugin</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.3</version>
7+
<version>0.3.0</version>
88
<name>KalamarExportPlugin</name>
99
<url>https://korap.ids-mannheim.de/</url>
1010

0 commit comments

Comments
 (0)