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-cache -> 1.0.0-beta-18
	imglib2-ij -> 2.0.2
	bigdataviewer-core -> 10.6.0

and fix compile errors
  • Loading branch information
tpietzsch committed Aug 28, 2024
1 parent 9c578df commit 9cab120
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@
<license.licenseName>gpl_v3</license.licenseName>
<license.copyrightOwners>BigDataViewer developers.</license.copyrightOwners>

<bigdataviewer-core.version>10.4.14</bigdataviewer-core.version>
<imglib2.version>7.1.0</imglib2.version>
<imglib2-cache.version>1.0.0-beta-18</imglib2-cache.version>
<imglib2-ij.version>2.0.2</imglib2-ij.version>
<bigdataviewer-core.version>10.6.0</bigdataviewer-core.version>

<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bdv/ij/ExportSpimFusionPlugIn.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
import bdv.ij.export.ViewSetupWrapper;
import bdv.ij.util.PluginHelper;
import bdv.ij.util.ProgressWriterIJ;
import bdv.img.MipmapInfo;
import bdv.img.hdf5.Hdf5ImageLoader;
import bdv.img.hdf5.MipmapInfo;
import bdv.img.hdf5.Partition;
import bdv.img.hdf5.Util;
import bdv.spimdata.SequenceDescriptionMinimal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

import bdv.export.ExportMipmapInfo;
import bdv.export.WriteSequenceToHdf5;
import bdv.img.MipmapInfo;
import bdv.img.hdf5.Hdf5ImageLoader;
import bdv.img.hdf5.MipmapInfo;
import bdv.img.hdf5.Partition;
import bdv.img.hdf5.Util;
import bdv.spimdata.SequenceDescriptionMinimal;
Expand Down

0 comments on commit 9cab120

Please sign in to comment.