From 7b53861f7334dd6d7009178aa3eff681d44b28ad Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 3 Jan 2023 10:22:27 +0100 Subject: [PATCH] update kop-common version --- mail-service/pom.xml | 2 +- notification-manager/pom.xml | 2 +- pluto-server/pom.xml | 13 +++++-------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/mail-service/pom.xml b/mail-service/pom.xml index 7c8590881..728c29ee9 100644 --- a/mail-service/pom.xml +++ b/mail-service/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.3.0</version> + <version>1.4.0</version> <relativePath /> </parent> diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml index d3119c5e4..1560f23c8 100644 --- a/notification-manager/pom.xml +++ b/notification-manager/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.3.0</version> + <version>1.4.0</version> <relativePath /> </parent> diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml index 23e02aa52..1b9f800ca 100644 --- a/pluto-server/pom.xml +++ b/pluto-server/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.3.0</version> + <version>1.4.0</version> <relativePath /> </parent> @@ -43,19 +43,17 @@ <properties> <java.version>17</java.version> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <spring-boot.build-image.imageName>docker.ozg-sh.de/pluto:build-latest</spring-boot.build-image.imageName> + <kop.license.version>1.3.0</kop.license.version> + <zip.version>2.11.1</zip.version> <jsoup.version>1.15.3</jsoup.version> - - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <mongock.version>5.1.4</mongock.version> - <testcontainer.version>1.17.3</testcontainer.version> - - <kop.license.version>1.3.0</kop.license.version> - + <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> </properties> @@ -307,7 +305,6 @@ <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> - <version>4.1</version> <configuration> <mapping> <config>SCRIPT_STYLE</config> -- GitLab