diff --git a/Changes b/Changes index 2d183aac..c7704005 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ +0.42 2024-01-11 + - [feature] Support #REG in C2 (bodmer) + - [bugfix] Fix comma in #BED in C2 (bodmer) + 0.41 2023-09-13 - [feature] Finish support for CQP (irimia) - [bugfix] Disallow empty regex in PQ+ (diewald) + - [cleanup] Change of groupID. 0.40 2023-07-26 - [feature] Initial support for CQP diff --git a/README.md b/README.md index d7370080..280ea328 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ J. Bingel and N. Diewald, "KoralQuery – a General Corpus Query Protocol," in P ## Authorship Koral and KoralQuery were developed by Joachim Bingel, -Nils Diewald, Michael Hanl and Eliza Margaretha at the +Nils Diewald, Michael Hanl, Eliza Margaretha, and Franck Bodmer at the [Leibniz Institute for the German Language (IDS)](https://www.ids-mannheim.de/), member of the [Leibniz Association](https://www.leibniz-gemeinschaft.de). @@ -142,7 +142,7 @@ The ANTLR grammars for parsing ANNIS QL and COSMAS II QL were developed by Thomas Krause (HU Berlin) and Franck Bodmer (IDS Mannheim), respectively. Minor adaptations of those grammars were implemented by the Koral authors. -The authors wish to thank Piotr Bański, Franck Bodmer, Elena Frick and +The authors wish to thank Piotr Bański, Elena Frick and Carsten Schnober for their valuable input. ## License diff --git a/pom.xml b/pom.xml index 041a3c5e..7b89fc9a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,9 +2,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.ids_mannheim.korap + de.ids-mannheim.korap.koral Koral - 0.41.0 + 0.42.0 jar Koral https://korap.ids-mannheim.de @@ -39,11 +39,11 @@ UTF-8 - 2.15.3 + 2.16.1 4.9.3 3.5.3 11 - 2.21.1 + 2.22.1 @@ -83,7 +83,7 @@ com.google.guava guava - 32.1.3-jre + 33.0.0-jre com.fasterxml.jackson.core @@ -145,7 +145,7 @@ org.slf4j slf4j-api - 2.0.9 + 2.0.11 eu.clarin.sru.fcs @@ -191,7 +191,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.1 + 3.2.5 false @@ -202,7 +202,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1