From 333eb7ed4cfb16689d02e9d3ab6c94c623d4ca2a Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 28 Aug 2023 17:21:23 +0200 Subject: [PATCH] cleanup an version update --- pluto-interface/pom.xml | 2 +- pluto-utils/pom.xml | 22 ++++++++-------------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml index 278ea92e7..e48d43d95 100644 --- a/pluto-interface/pom.xml +++ b/pluto-interface/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-dependencies</artifactId> - <version>1.7.0</version> + <version>1.8.0</version> <relativePath/> </parent> diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml index 364971ee2..fd5334653 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.7.0</version> + <version>1.8.0</version> <relativePath/> </parent> @@ -40,17 +40,14 @@ <version>1.14.0-SNAPSHOT</version> <properties> - <pluto.version>1.11.0</pluto.version> - <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> - - <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> - <maven-failsafe-plugin.version>3.0.0-M7</maven-failsafe-plugin.version> - <jacoco.plugin.version>0.8.8</jacoco.plugin.version> - - <kop.license.version>1.3.0</kop.license.version> - <lombok.version>1.18.24</lombok.version> + + <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> + <maven-failsafe-plugin.version>3.1.2</maven-failsafe-plugin.version> + <lombok.version>1.18.28</lombok.version> + + <pluto.version>1.13.0</pluto.version> </properties> <dependencies> @@ -162,7 +159,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>${maven-surefire-plugin.version}</version> + <version></version> <configuration> <argLine> ${surefire.jacoco.args} @@ -172,7 +169,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>${maven-failsafe-plugin.version}</version> <configuration> <argLine> ${surefire.jacoco.args} @@ -191,7 +187,6 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>${jacoco.plugin.version}</version> <executions> <execution> <id>start-agent</id> @@ -214,7 +209,6 @@ <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> - <version>4.1</version> <configuration> <mapping> <config>SCRIPT_STYLE</config> -- GitLab