Bump Kustvakt version to 0.70.1

Change-Id: I392bf2795089502cdf515e9879ba9cec5e3f422a
diff --git a/core/Changes b/core/Changes
index 1189922..fec34f4 100644
--- a/core/Changes
+++ b/core/Changes
@@ -1,3 +1,5 @@
+# version 0.70.1
+
 # version 0.70
 
 - Added data folder containing super_client_info and database 
diff --git a/core/pom.xml b/core/pom.xml
index a12f836..d211af9 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.70</version>
+	<version>0.70.1</version>
 
 	<properties>
 		<java.version>11</java.version>
@@ -66,7 +66,7 @@
 
 			<!-- build tests jar, so extensions can use fastjerseytest class to build 
 				rest tests -->
-			<plugin>
+			<!--<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>
 				<version>3.3.0</version>
@@ -78,7 +78,7 @@
 					</execution>
 				</executions>
 			</plugin>
-			
+			-->
 			<!-- Generate source jar -->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>