From 902b2241b1ccc1f3031d99e0ebc597701420d3e6 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 20 Jun 2023 11:07:43 +0200 Subject: [PATCH] start development 2.3.0 --- kop-common-dependencies/pom.xml | 2 +- kop-common-lib/pom.xml | 2 +- kop-common-parent/pom.xml | 4 ++-- kop-common-pdf/pom.xml | 2 +- kop-common-test/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml index cd2ab19..126ba5a 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.2.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>kop-common-dependencies</artifactId> diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml index 433a5d2..f37c39b 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.2.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>kop-common-lib</artifactId> diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml index 214bc2d..88861eb 100644 --- a/kop-common-parent/pom.xml +++ b/kop-common-parent/pom.xml @@ -37,7 +37,7 @@ <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>2.2.0</version> + <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Kop Common - Parent</name> @@ -48,7 +48,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <kop-common.version>2.2.0</kop-common.version> + <kop-common.version>2.3.0-SNAPSHOT</kop-common.version> <kop.license.version>1.6.0</kop.license.version> <mapstruct.version>1.5.5.Final</mapstruct.version> diff --git a/kop-common-pdf/pom.xml b/kop-common-pdf/pom.xml index 5302c19..2aac459 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.2.0</version> + <version>2.3.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 5399c7a..3bf5e64 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.2.0</version> + <version>2.3.0-SNAPSHOT</version> <relativePath>../kop-common-dependencies</relativePath> </parent> diff --git a/pom.xml b/pom.xml index a1a9937..9025c5c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>2.2.0</version> + <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Kop Common</name> @@ -45,7 +45,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <kop-common.version>2.2.0</kop-common.version> + <kop-common.version>2.3.0-SNAPSHOT</kop-common.version> <kop.license.version>1.7.0</kop.license.version> <java.version>17</java.version> -- GitLab