Updated the change files and made a new version.
Change-Id: I288b24e46a864e7b68a2f92cf7c72ce6ef8ef96f
diff --git a/full/Changes b/full/Changes
index aef02a3..05e07ff 100644
--- a/full/Changes
+++ b/full/Changes
@@ -1,3 +1,7 @@
+# version 0.64
+2021-07-29
+- Updated the change files and made a new version.
+
# version 0.63.2
2021-06-11
- Updated OAuth2 token length & secure random algorithm config.
@@ -11,6 +15,7 @@
2021-07-26
- Replaced annotation parsing with restoring the annotation tables to the
database.
+ - Moved cache config to the full config.
# version 0.63.1
2021-02-22
diff --git a/full/pom.xml b/full/pom.xml
index f6bb283..0512a90 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-full</artifactId>
- <version>0.63.2</version>
+ <version>0.64</version>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -149,12 +149,12 @@
<dependency>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-core</artifactId>
- <version>[0.63.2,)</version>
+ <version>[0.64,)</version>
</dependency>
<dependency>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-core</artifactId>
- <version>[0.63.2,)</version>
+ <version>[0.64,)</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>