Bump Kustvakt to version 0.65.1.
Change-Id: Ic5c4e93da6e4cc73c3acd01239ae0a1ac4a96b0e
diff --git a/core/Changes b/core/Changes
index 0662426..512689c 100644
--- a/core/Changes
+++ b/core/Changes
@@ -1,3 +1,5 @@
+# version 0.65.1
+
# version 0.65
!!! includes security updates - please update all Kustvakt libraries
diff --git a/core/pom.xml b/core/pom.xml
index 111e9fb..8cfc60d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-core</artifactId>
- <version>0.65</version>
+ <version>0.65.1</version>
<properties>
<java.version>1.8</java.version>
diff --git a/full/Changes b/full/Changes
index c32a2f7..5099dbb 100644
--- a/full/Changes
+++ b/full/Changes
@@ -1,3 +1,6 @@
+# version 0.65.1
+
+
# version 0.65
!!! includes security updates - please update all Kustvakt libraries
diff --git a/full/pom.xml b/full/pom.xml
index 2da14a8..fc7a12c 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.65</version>
+ <version>0.65.1</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.64,)</version>
+ <version>[0.65.1,)</version>
</dependency>
<dependency>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-core</artifactId>
- <version>[0.64,)</version>
+ <version>[0.65.1,)</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
diff --git a/lite/Changes b/lite/Changes
index 8f9fa21..7f231be 100644
--- a/lite/Changes
+++ b/lite/Changes
@@ -1,3 +1,5 @@
+# version 0.65.1
+
# version 0.65
!!! includes security updates - please update all Kustvakt libraries
diff --git a/lite/pom.xml b/lite/pom.xml
index 376e706..3148147 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.65</version>
+ <version>0.65.1</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.64,)</version>
+ <version>[0.65.1,)</version>
</dependency>
<dependency>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-core</artifactId>
- <version>[0.64,)</version>
+ <version>[0.65.1,)</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>