From: John Niang Date: Mon, 29 Jan 2024 18:10:36 +0000 (+0800) Subject: Upgrade Java SemVer to 0.10.2 (#560) X-Git-Tag: release-3.11.0~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a73185226d5591d0ac7b8ee508cd69f41fa0bfeb;p=pf4j.git Upgrade Java SemVer to 0.10.2 (#560) --- diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 03a46f2..a0d1155 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -107,7 +107,7 @@ com.github.zafarkhaja java-semver - 0.9.0 + 0.10.2 org.ow2.asm diff --git a/pf4j/src/main/java/module-info.java b/pf4j/src/main/java/module-info.java index 340e9c9..322d19b 100644 --- a/pf4j/src/main/java/module-info.java +++ b/pf4j/src/main/java/module-info.java @@ -34,7 +34,7 @@ module org.pf4j { // The java-semver library currently does not provide a module. // Maybe we should send them a pull request, that at least they provide an // automatic module name in their MANIFEST file. - requires java.semver; + requires com.github.zafarkhaja.semver; // Maybe we should reconsider the package hierarchy, that only classes are // exported, which are required by 3rd party developers.