From d0e4bb71714929e48cbd271d726477e277134315 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 9 Nov 2022 10:45:01 +0100 Subject: [PATCH] =?UTF-8?q?OZG-3085=20Verwende=20KOP=20common=201.3.0-SNAP?= =?UTF-8?q?SHOT,=20pom=20aufger=C3=A4umt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail-service/pom.xml | 2 +- notification-manager/pom.xml | 2 +- pluto-interface/pom.xml | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/mail-service/pom.xml b/mail-service/pom.xml index 96606cf7f..e9f9449bf 100644 --- a/mail-service/pom.xml +++ b/mail-service/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.2.1</version> + <version>1.3.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml index 2985bec78..56cc2a2db 100644 --- a/notification-manager/pom.xml +++ b/notification-manager/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.2.1</version> + <version>1.3.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml index 62b25c20f..c1892e9bc 100644 --- a/pluto-interface/pom.xml +++ b/pluto-interface/pom.xml @@ -48,9 +48,6 @@ <maven.compiler.target>${java.version}</maven.compiler.target> <kop.license.version>1.3.0-SNAPSHOT</kop.license.version> - <license.inceptionYear>2020</license.inceptionYear> - <license.organizationName>ITVSH</license.organizationName> - <license.projectName>KOP</license.projectName> </properties> <dependencyManagement> -- GitLab