Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
Change-Id: I06f798319ac94ad7522f818e4f41ed3ea347d4fb
  • Loading branch information
Akron committed Jul 19, 2024
1 parent c84521e commit e7cc5a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ demonstrate and evaluate the plugin capabilities of Kalamar.

## 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.
Expand Down Expand Up @@ -123,7 +123,7 @@ same directory as the java jar.

## 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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit e7cc5a2

Please sign in to comment.