We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883417c commit 1d685abCopy full SHA for 1d685ab
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.scijava</groupId>
7
<artifactId>pom-scijava</artifactId>
8
- <version>35.1.1</version>
+ <version>36.0.0</version>
9
<relativePath />
10
</parent>
11
@@ -168,6 +168,9 @@
168
<license.projectName>SciJava Common shared library for SciJava software.</license.projectName>
169
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
170
<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>
174
</properties>
175
176
<dependencies>
0 commit comments