File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- 0.3 2024-6-21
1
+ 0.3.0 2024-6-21
2
2
- Upgrade to Java 17.
3
3
- Upgrade Jetty to 11.0.12.
4
4
- Upgrade Jersey to 3.1.7.
5
5
- Upgrade dependencies following dependabot.
6
6
- 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)
8
9
9
10
0.2.11 2024-1-10
10
11
- Upgrade dependency on Jackson following dependabot.
11
12
- 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)
13
15
14
16
0.2.10 2023-11-30
15
17
- Change default api port to 443.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ demonstrate and evaluate the plugin capabilities of Kalamar.
15
15
16
16
## Prerequisites
17
17
18
- Java 11 (OpenJDK or Oracle JDK),
18
+ Java 17 (OpenJDK or Oracle JDK),
19
19
[ Git] ( http://git-scm.com/ ) ,
20
20
[ Maven 3] ( https://maven.apache.org/ ) .
21
21
Further dependencies are resolved using Maven.
@@ -123,7 +123,7 @@ same directory as the java jar.
123
123
124
124
## License
125
125
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
127
127
128
128
Kalamar-Plugin-Export is developed as part of the [ KorAP] ( https://korap.ids-mannheim.de/ )
129
129
Corpus Analysis Platform at the Leibniz Institute for the German Language
Original file line number Diff line number Diff line change 4
4
<groupId >de.ids_mannheim.korap</groupId >
5
5
<artifactId >KalamarExportPlugin</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >0.3</version >
7
+ <version >0.3.0 </version >
8
8
<name >KalamarExportPlugin</name >
9
9
<url >https://korap.ids-mannheim.de/</url >
10
10
You can’t perform that action at this time.
0 commit comments