Skip to content

Commit

Permalink
Bump Kustvakt version to 0.70
Browse files Browse the repository at this point in the history
Change-Id: I14aca85b18f6d97ecff85703f975ad8044010233
  • Loading branch information
margaretha committed Apr 25, 2023
1 parent 4ef7794 commit dbdb069
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions core/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# version 0.70

# version 0.69.4

- Support token array in matchinfo (fixes #570; diewald)
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-core</artifactId>
<version>0.69.4</version>
<version>0.70</version>

<properties>
<java.version>11</java.version>
Expand All @@ -15,7 +15,7 @@
<flyway.version>9.16.3</flyway.version>
<log4j.version>2.19.0</log4j.version>
<krill.version>[0.61.2,)</krill.version>
<koral.version>[0.39,)</koral.version>
<koral.version>[0.39.1,)</koral.version>
</properties>

<build>
Expand Down
2 changes: 2 additions & 0 deletions full/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# version 0.70

# version 0.69.4

- Support token array in matchinfo (fixes #570; diewald)
Expand Down
2 changes: 1 addition & 1 deletion full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-full</artifactId>
<version>0.69.4</version>
<version>0.70</version>
<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 2 additions & 0 deletions lite/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# version 0.70

# version 0.69.4

- Support token array in matchinfo (fixes #570; diewald)
Expand Down
2 changes: 1 addition & 1 deletion lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-lite</artifactId>
<version>0.69.4</version>
<version>0.70</version>
<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit dbdb069

Please sign in to comment.