From f305cb9c55f941a50554689ae0f378d119ca5a81 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Mon, 5 Aug 2024 14:02:25 +0000 Subject: [PATCH] Update for jmetal-plugin-6.6.0 --- pom.xml | 182 +++++++++++++++++++++++++++----------------------------- 1 file changed, 88 insertions(+), 94 deletions(-) diff --git a/pom.xml b/pom.xml index f8126c7..fc98113 100644 --- a/pom.xml +++ b/pom.xml @@ -1,95 +1,89 @@ - - 4.0.0 - org.moeaframework - integration-tests - 0.0.1-SNAPSHOT - - - 17 - 17 - 1 - 10000 - - - - - oss.sonatype.org - OSS Sonatype Staging - https://oss.sonatype.org/content/groups/staging - - - - - - org.moeaframework - moeaframework - 4.2 - - - org.moeaframework - gd - 2.0 - - - org.moeaframework - jmetal-plugin - 6.2.3 - - - org.moeaframework - pisa-plugin - 2.0.0 - - - org.moeaframework - real-world-benchmarks - 1.1.0 - - - junit - junit - 4.13.2 - test - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 3.7.1 - - ${project.basedir}/ext/lib - - - - org.codehaus.mojo - exec-maven-plugin - 3.3.0 - - - - java - - - - - org.moeaframework.Benchmarks - - ext/native/NativeC/NativeC.jar - ext/native/NativeCPP/NativeCPP.jar - ext/native/NativeFortran/NativeFortran.jar - - - ${benchmark.samples} - ${benchmark.nfe} - - - - - - + + + 4.0.0 + org.moeaframework + integration-tests + 0.0.1-SNAPSHOT + + 17 + 17 + 1 + 10000 + + + + oss.sonatype.org + OSS Sonatype Staging + https://oss.sonatype.org/content/groups/staging + + + + + org.moeaframework + moeaframework + 4.2 + + + org.moeaframework + gd + 2.0 + + + org.moeaframework + jmetal-plugin + 6.6.0 + + + org.moeaframework + pisa-plugin + 2.0.0 + + + org.moeaframework + real-world-benchmarks + 1.1.0 + + + junit + junit + 4.13.2 + test + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.7.1 + + ${project.basedir}/ext/lib + + + + org.codehaus.mojo + exec-maven-plugin + 3.3.0 + + + + java + + + + + org.moeaframework.Benchmarks + + ext/native/NativeC/NativeC.jar + ext/native/NativeCPP/NativeCPP.jar + ext/native/NativeFortran/NativeFortran.jar + + + ${benchmark.samples} + ${benchmark.nfe} + + + + +