From a44c55dd332f650be48e5f39cd094fe92ac25cae Mon Sep 17 00:00:00 2001 From: Philippe Marschall Date: Mon, 26 Dec 2022 20:17:13 +0100 Subject: [PATCH] JMH Subproject Updates - update JMH version - update Yasson version - move processor to processor path - shade services - create multi release JAR --- yasson-jmh/pom.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/yasson-jmh/pom.xml b/yasson-jmh/pom.xml index dcdd30361..545959848 100644 --- a/yasson-jmh/pom.xml +++ b/yasson-jmh/pom.xml @@ -13,8 +13,8 @@ - 1.21 - 2.0.2-SNAPSHOT + 1.36 + 3.0.3-SNAPSHOT @@ -24,11 +24,6 @@ jmh-core ${jmh.version} - - org.openjdk.jmh - jmh-generator-annprocess - ${jmh.version} - org.eclipse yasson @@ -54,16 +49,24 @@ org.apache.maven.plugins maven-compiler-plugin + 3.10.1 11 11 + + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + + org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.4.1 package @@ -76,7 +79,11 @@ org.openjdk.jmh.Main + + true + +