From b2cfe4ffbd49c24759a2a883120c9f4f7e223148 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 5 Oct 2023 16:18:16 +0200
Subject: [PATCH] OZG-3931 migrate pluto-utils

---
 pluto-utils/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml
index 5a4a1af10..01c0fe021 100644
--- a/pluto-utils/pom.xml
+++ b/pluto-utils/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-dependencies</artifactId>
-		<version>1.8.0</version>
+		<version>2.3.1</version>
 		<relativePath/>
 	</parent>
 
@@ -130,8 +130,6 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>${maven-compiler-plugin.version}</version>
 				<configuration>
-					<source>${java.version}</source>
-					<target>${java.version}</target>
 					<fork>true</fork>
 					<annotationProcessorPaths>
 						<path>
@@ -159,6 +157,7 @@
 						</compilerArg>
 					</compilerArgs>
 					<generatedSourcesDirectory>target/generated-sources</generatedSourcesDirectory>
+					<release>${java.version}</release>
 				</configuration>
 			</plugin>
 
-- 
GitLab