Skip to content

Commit 6eca655

Browse files
committed
Update SciJava parent to 44.0.0
1 parent fa5d140 commit 6eca655

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Java
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: '8'
22+
java-version: '11'
2323
distribution: 'zulu'
2424
cache: 'maven'
2525
- name: Set up CI environment

pom.xml

Lines changed: 1 addition & 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>41.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)