Skip to content

Commit

Permalink
Update to graphANNIS 2.4.8 which should fix the issue with metadata q…
Browse files Browse the repository at this point in the history
…ueries in quirks mode
  • Loading branch information
thomaskrause committed Oct 31, 2023
1 parent d9a930a commit 3379dad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Update to graphANNIS 2.4.7 with various bugfixes.
- Update to graphANNIS 2.4.8 with various bugfixes.
- When an optional node (for negation without existence) was not at the end of
the query, find queries could give an empty output.

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<vaadin.version>8.14.3</vaadin.version>
<vaadin.productionMode>true</vaadin.productionMode>
<start-class>org.corpus_tools.annis.gui.AnnisUiApplication</start-class>
<graphannis.version>2.4.7</graphannis.version>
<graphannis.version>2.4.8</graphannis.version>
<antlr4.version>4.7.2</antlr4.version>
<spring.profiles.active>server</spring.profiles.active>
<swagger-core-version>1.5.24</swagger-core-version>
Expand Down Expand Up @@ -254,7 +254,7 @@
<configuration>
<url>https://github.com/korpling/graphANNIS/releases/download/v${graphannis.version}/graphannis-webservice</url>
<outputDirectory>${project.build.directory}/native/linux-x86-64/</outputDirectory>
<sha256>07e9b23c35ece8f835772d7bec185dab6398aada22a1fb0cea3959ca0c6e054e</sha256>
<sha256>fd55847babf274d9aece5cf9d6dc2fe1e7c72e6d7f5b821a878d291603f0acef</sha256>
</configuration>
</execution>
<execution>
Expand All @@ -266,7 +266,7 @@
<configuration>
<url>https://github.com/korpling/graphANNIS/releases/download/v${graphannis.version}/graphannis-webservice.exe</url>
<outputDirectory>${project.build.directory}/native/win32-x86-64/</outputDirectory>
<sha256>b78b3b80083d7cafb10c6b21b91bf7474d0d457cd6eeaff21c0c52f860a2ec95</sha256>
<sha256>ec47440ef06041443cd084895d02ff2ef8325c247e0ea6b6d73e6aac86176a49</sha256>
</configuration>
</execution>
<execution>
Expand All @@ -278,7 +278,7 @@
<configuration>
<url>https://github.com/korpling/graphANNIS/releases/download/v${graphannis.version}/graphannis-webservice.osx</url>
<outputDirectory>${project.build.directory}/native/darwin/</outputDirectory>
<sha256>aa592c88a9e220b8e5ee7a4dd9c6a27029ce9a26bd033c7ff078dc57cbfea67b</sha256>
<sha256>dfd2324ad19db52050dba8edbdac472f6ccd03fc83340715766d603ca82da4a0</sha256>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 3379dad

Please sign in to comment.