Skip to content

Commit

Permalink
POM: update parent to pom-scijava 37.0.0
Browse files Browse the repository at this point in the history
And remove no-longer-needed version pins.

We must still pin scijava-common, to avoid a bug in Context disposal,
subsequently fixed with
scijava/scijava-common@41f3136,
which caused the ImageJ Ops unit tests to throw OutOfMemoryError
after sufficiently many of them executed.
  • Loading branch information
ctrueden committed Apr 1, 2024
1 parent 7b0bb8d commit d56ef14
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>34.1.0</version>
<version>37.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -200,11 +200,7 @@
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<imglib2.version>6.1.0</imglib2.version>
<imglib2-roi.version>0.14.0</imglib2-roi.version>
<imglib2-algorithm.version>0.13.1</imglib2-algorithm.version>
<imglib2-cache.version>1.0.0-beta-17</imglib2-cache.version>
<imglib2-algorithm-realtransform.version>4.0.1</imglib2-algorithm-realtransform.version>
<scijava-common.version>2.98.0</scijava-common.version>
</properties>

<repositories>
Expand Down

0 comments on commit d56ef14

Please sign in to comment.