From b81de0445467fdee5d1b8cdd88aa74871f317f2b Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 5 May 2023 13:09:39 +0200 Subject: [PATCH] release 1.6.3 --- kop-common-dependencies/pom.xml | 6 +++--- 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, 10 insertions(+), 10 deletions(-) diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml index 2a4f71a..7578d0d 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>1.7.0-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>kop-common-dependencies</artifactId> @@ -38,8 +38,8 @@ <description>Dependenencies management for kop projects</description> <properties> - <pluto.version>1.6.0</pluto.version> - <license.version>1.6.0</license.version> + <pluto.version>1.8.0</pluto.version> + <license.version>1.8.0</license.version> <java.version>17</java.version> <maven.compiler.source>${java.version}</maven.compiler.source> diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml index c047695..90200a0 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>1.7.0-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>kop-common-lib</artifactId> diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml index 8fc8aa6..46e16cd 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>1.7.0-SNAPSHOT</version> + <version>1.6.3</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>1.7.0-SNAPSHOT</kop-common.version> + <kop-common.version>1.6.3</kop-common.version> <kop.license.version>1.6.0</kop.license.version> <mapstructapstruct.version>1.5.4.Final</mapstructapstruct.version> diff --git a/kop-common-pdf/pom.xml b/kop-common-pdf/pom.xml index 02ec0aa..5930bc0 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>1.7.0-SNAPSHOT</version> + <version>1.6.3</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 2e63a78..7928f56 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>1.7.0-SNAPSHOT</version> + <version>1.6.3</version> <relativePath>../kop-common-dependencies</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 18db3ff..69211c2 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.6.3</version> <packaging>pom</packaging> <name>Kop Common</name> @@ -45,7 +45,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <kop-common.version>1.7.0-SNAPSHOT</kop-common.version> + <kop-common.version>1.6.3</kop-common.version> <kop.license.version>1.6.0</kop.license.version> <java.version>17</java.version> -- GitLab