From 851bd39a88659ba76e7828d288502a56e3c26fc6 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 9 May 2023 09:28:36 +0200
Subject: [PATCH] continue development 2.1.0

---
 kop-common-dependencies/pom.xml | 2 +-
 kop-common-lib/pom.xml          | 2 +-
 kop-common-pdf/pom.xml          | 2 +-
 kop-common-test/pom.xml         | 2 +-
 pom.xml                         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml
index 94e6779..47d050f 100644
--- a/kop-common-dependencies/pom.xml
+++ b/kop-common-dependencies/pom.xml
@@ -29,7 +29,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common</artifactId>
-		<version>2.0.0</version>
+		<version>2.1.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>kop-common-dependencies</artifactId>
diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml
index bfd4b44..6a5df27 100644
--- a/kop-common-lib/pom.xml
+++ b/kop-common-lib/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common</artifactId>
-		<version>2.0.0</version>
+		<version>2.1.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>kop-common-lib</artifactId>
diff --git a/kop-common-pdf/pom.xml b/kop-common-pdf/pom.xml
index a7558b6..7e22b46 100644
--- a/kop-common-pdf/pom.xml
+++ b/kop-common-pdf/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common</artifactId>
-		<version>2.0.0</version>
+		<version>2.1.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>kop-common-pdf</artifactId>
 	<name>Kop Common - PDF Export library</name>
diff --git a/kop-common-test/pom.xml b/kop-common-test/pom.xml
index ec92aef..db7c4d1 100644
--- a/kop-common-test/pom.xml
+++ b/kop-common-test/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-dependencies</artifactId>
-		<version>2.0.0</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../kop-common-dependencies</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 7498938..f6c1f44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<kop-common.version>2.0.0</kop-common.version>
+		<kop-common.version>2.1.0-SNAPSHOT</kop-common.version>
 		<kop.license.version>1.7.0</kop.license.version>
 
 		<java.version>17</java.version>
-- 
GitLab