Skip to content

Commit

Permalink
POM: Bump dependency versions
Browse files Browse the repository at this point in the history
	 imglib2 -> 7.1.0
	 imglib2-realtransform -> 4.0.3
	 imglib2-roi -> 0.15.0
	 imglib2-cache -> 1.0.0-beta-18
	 imglib2-algorithm -> 0.15.3
	 bigdataviewer-core -> 10.6.0
	 bigdataviewer-vistools -> 1.0.0-beta-36
  • Loading branch information
tpietzsch committed Aug 19, 2024
1 parent 8b1370c commit bb3740a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,16 @@
<license.copyrightOwners>Fiji developers.</license.copyrightOwners>
<license.projectName>Fiji distribution of ImageJ for the life sciences.</license.projectName>

<imglib2.version>7.1.0</imglib2.version>
<imglib2-realtransform.version>4.0.3</imglib2-realtransform.version>
<imglib2-roi.version>0.15.0</imglib2-roi.version>
<imglib2-cache.version>1.0.0-beta-18</imglib2-cache.version>
<imglib2-algorithm.version>0.15.3</imglib2-algorithm.version>
<bigdataviewer-core.version>10.6.0</bigdataviewer-core.version>
<bigdataviewer-vistools.version>1.0.0-beta-36</bigdataviewer-vistools.version>

<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<imglib2.version>6.1.0</imglib2.version>
<imglib2-realtransform.version>4.0.1</imglib2-realtransform.version>
</properties>

<repositories>
Expand Down

0 comments on commit bb3740a

Please sign in to comment.