Skip to content

Commit 5b3f062

Browse files
committed
POM: update parent to pom-scijava 44.0.0
This brings in a newer mockito that requires Java 11+, so set the test JDK version to 11 to match, and use 11 on CI.
1 parent d85453d commit 5b3f062

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Java
2424
uses: actions/setup-java@v4
2525
with:
26-
java-version: '8'
26+
java-version: '11'
2727
distribution: 'zulu'
2828
cache: 'maven'
2929
- name: Set up CI environment

pom.xml

Lines changed: 3 additions & 1 deletion
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>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -168,6 +168,8 @@
168168

169169
<properties>
170170
<package-name>org.scijava</package-name>
171+
<scijava.jvm.version>8</scijava.jvm.version>
172+
<scijava.jvm.test.version>11</scijava.jvm.test.version>
171173

172174
<license.licenseName>bsd_2</license.licenseName>
173175
<license.projectName>SciJava Common shared library for SciJava software.</license.projectName>

0 commit comments

Comments
 (0)