Updated the change files and made a new version.
Change-Id: I288b24e46a864e7b68a2f92cf7c72ce6ef8ef96f
diff --git a/lite/Changes b/lite/Changes
index dc10e4d..1d6bbba 100644
--- a/lite/Changes
+++ b/lite/Changes
@@ -1,3 +1,15 @@
+# version 0.64
+2021-07-29
+- Updated the change files and made a new version.
+
+# version 0.63.2
+2021-07-19
+ - Updated mockserver dependency-order in pom.
+2021-07-26
+ - Replaced annotation parsing with restoring the annotation tables to the
+ database.
+ - Excluded jackson core libraries from Mockserver.
+
# version 0.63
04/12/2020
- Fix hibernate dialect for SQLite. (margaretha)
@@ -7,12 +19,6 @@
- Fixed running pipe and updated tests with mockserver (margaretha)
19/02/2021
- Enabled API info web-service (margaretha)
-2021-07-19
- - Fixed mockserver dependency-order in pom
-2021-07-26
- - Replaced annotation parsing with restoring the annotation tables to the
- database.
- - Excluded jackson core libraries from Mockserver.
# version 0.62.4
24/01/2020
diff --git a/lite/pom.xml b/lite/pom.xml
index 693e203..b90763c 100644
--- a/lite/pom.xml
+++ b/lite/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-lite</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>