Skip to content

Commit 1d685ab

Browse files
committed
POM: update parent to pom-scijava 36.0.0
And pin maven-surefire-plugin to the newest working version for now.
1 parent 883417c commit 1d685ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 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>35.1.1</version>
8+
<version>36.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -168,6 +168,9 @@
168168
<license.projectName>SciJava Common shared library for SciJava software.</license.projectName>
169169
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
170170
<license.excludes>**/bushe/**</license.excludes>
171+
172+
<!-- NB: Avoid various strange test failures on Linux with surefire 3.x. -->
173+
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
171174
</properties>
172175

173176
<dependencies>

0 commit comments

Comments
 (0)