Browse Source

Upgrade Java SemVer to 0.10.2 (#560)

pull/561/head
John Niang 10 months ago committed by GitHub
parent
commit
a73185226d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pf4j/pom.xml
  2. 2
      pf4j/src/main/java/module-info.java

2
pf4j/pom.xml

@ -107,7 +107,7 @@
<dependency>
<groupId>com.github.zafarkhaja</groupId>
<artifactId>java-semver</artifactId>
<version>0.9.0</version>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>

2
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.

Loading…
Cancel
Save