Skip to content

Commit 404dd72

Browse files
committed
Update parent to pom-scijava-base 21.1.0
This adds support for new scijava properties that allow to configure extra VM arguments as well as JPMS-specific (i.e. Java 9+) arguments. And the VM argument --add-opens=java.base/java.lang=ALL-UNNAMED is included by default when Java 9+ is used, so that the ReflectionUnlocker class of org.scijava:app-launcher can be used more easily to avoid burdensome reflection restrictions on modularized Java code.
1 parent d35006d commit 404dd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.scijava</groupId>
88
<artifactId>pom-scijava-base</artifactId>
9-
<version>21.0.0</version>
9+
<version>21.1.0</version>
1010
<relativePath />
1111
</parent>
1212

1313
<artifactId>pom-scijava</artifactId>
14-
<version>41.0.1-SNAPSHOT</version>
14+
<version>41.1.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>SciJava Parent POM</name>

0 commit comments

Comments
 (0)