Skip to content

Commit b63325f

Browse files
committed
POM: update parent to pom-scijava 44.0.0
1 parent 2d382bf commit b63325f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>42.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -91,13 +91,12 @@
9191
</ciManagement>
9292

9393
<properties>
94+
<scijava.jvm.version>8</scijava.jvm.version>
9495
<package-name>org.scijava.plugins.scripting.java</package-name>
9596
<license.licenseName>bsd_2</license.licenseName>
9697
<license.copyrightOwners>Board of Regents of the University of
9798
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
9899
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
99-
100-
<classgraph.version>4.8.172</classgraph.version>
101100
</properties>
102101

103102
<dependencies>
@@ -115,7 +114,6 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
115114
<dependency>
116115
<groupId>io.github.classgraph</groupId>
117116
<artifactId>classgraph</artifactId>
118-
<version>${classgraph.version}</version>
119117
</dependency>
120118

121119
<!-- Test dependencies -->

0 commit comments

Comments
 (0)