From e21510b7b79474bbfc04c12bb389e83f22519241 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Wed, 27 Nov 2024 11:17:12 +0100 Subject: [PATCH] Release version 1.1.8 --- pom.xml | 143 +++++++++++------- src/it/modular-world-require-static/pom.xml | 2 +- src/it/multiple-engines-1-loader/pom.xml | 6 +- .../{brahms => mainrunner}/MaingineTest.java | 4 +- src/it/setup/pom.xml | 8 +- 5 files changed, 100 insertions(+), 63 deletions(-) rename src/it/multiple-engines-1-loader/src/test/java/{brahms => mainrunner}/MaingineTest.java (52%) diff --git a/pom.xml b/pom.xml index 062612e..17d2151 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,12 @@ - 4.0.0 de.sormuras.junit junit-platform-maven-plugin - 1.2.0-SNAPSHOT + 1.1.8 maven-plugin JUnit Platform Maven Plugin @@ -24,9 +25,9 @@ 21 21 3.3.9 - 1.10.0 - 5.10.0 - 5.10.0 + 1.11.3 + 5.11.3 + 5.11.3 @@ -68,17 +69,6 @@ - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - @@ -118,7 +108,7 @@ de.sormuras.junit junit-platform-isolator - 1.0.0-M10 + 1.0.0 compile @@ -214,6 +204,11 @@ maven-surefire-plugin 3.0.0 + + org.jreleaser + jreleaser-maven-plugin + 1.15.0 + @@ -262,39 +257,6 @@ - - maven-javadoc-plugin - - - - -html5 - - - true - - -missing - - - - - attach-javadocs - - jar - - - - - - maven-source-plugin - - - attach-sources - - jar - - - - de.sormuras.junit @@ -306,6 +268,29 @@ false + + org.jreleaser + jreleaser-maven-plugin + + + + ALWAYS + true + + + + + + ALWAYS + https://central.sonatype.com/api/v1/publisher + target/staging-deploy + + + + + + + @@ -385,7 +370,7 @@ - + @@ -394,10 +379,12 @@ verify - ${project.build.directory}/local-repo + ${project.build.directory}/local-repo + src/it/settings.xml - ${junit.platform.version} + ${junit.platform.version} + ${junit.jupiter.version} ${junit.vintage.version} @@ -442,5 +429,55 @@ + + publication + + local::file:./target/staging-deploy + + + + deploy + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + -html5 + + + true + + -missing + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + true + + + + + + + diff --git a/src/it/modular-world-require-static/pom.xml b/src/it/modular-world-require-static/pom.xml index 611e024..d337270 100644 --- a/src/it/modular-world-require-static/pom.xml +++ b/src/it/modular-world-require-static/pom.xml @@ -38,7 +38,7 @@ @project.groupId@ @project.artifactId@ - MERGED + JAVA --show-module-resolution diff --git a/src/it/multiple-engines-1-loader/pom.xml b/src/it/multiple-engines-1-loader/pom.xml index ca26860..6b3b394 100644 --- a/src/it/multiple-engines-1-loader/pom.xml +++ b/src/it/multiple-engines-1-loader/pom.xml @@ -60,9 +60,9 @@ - de.sormuras - brahms - ${brahms.version} + de.sormuras.mainrunner + de.sormuras.mainrunner.api + ${mainrunner.version} test diff --git a/src/it/multiple-engines-1-loader/src/test/java/brahms/MaingineTest.java b/src/it/multiple-engines-1-loader/src/test/java/mainrunner/MaingineTest.java similarity index 52% rename from src/it/multiple-engines-1-loader/src/test/java/brahms/MaingineTest.java rename to src/it/multiple-engines-1-loader/src/test/java/mainrunner/MaingineTest.java index 978cb4d..f386d6a 100644 --- a/src/it/multiple-engines-1-loader/src/test/java/brahms/MaingineTest.java +++ b/src/it/multiple-engines-1-loader/src/test/java/mainrunner/MaingineTest.java @@ -1,7 +1,7 @@ -package brahms; +package mainrunner; public class MaingineTest { public static void main(String... args) { - System.out.println("brahms.MaingineTest"); + System.out.println("mainrunner.MaingineTest"); } } diff --git a/src/it/setup/pom.xml b/src/it/setup/pom.xml index bb19167..2790c6e 100644 --- a/src/it/setup/pom.xml +++ b/src/it/setup/pom.xml @@ -10,10 +10,10 @@ - 1.10.0 - 5.10.0 - 5.10.0 - 0.11.10 + 1.11.3 + 5.11.3 + 5.11.3 + 2.1.5 4.13.2 1.5.0