Skip to content

Commit 0b2c9bc

Browse files
bogovicjctrueden
authored andcommitted
Bump n5-related component versions
* imglib2-algorithm: 0.18.1 -> 0.18.3 * imglib2-realtransform: 4.0.4 -> 4.0.5 * imglib2-label-multisets: 0.15.1 -> 0.15.2 * n5-aws-s3: 5.0.0 -> 5.0.1 * n5-universe: 3.0.1 -> 3.0.2 * multiview-simulation: 0.2.0 -> 0.3.1 The updated n5-aws-s3 and n5-universe libraries now skip any tests for which prereqs are not met locally. Signed-off-by: Curtis Rueden <ctrueden@wisc.edu>
1 parent 50ebc9b commit 0b2c9bc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
<net.imglib2.imglib2.version>${imglib2.version}</net.imglib2.imglib2.version>
627627

628628
<!-- ImgLib2 Algorithms - https://github.com/imglib/imglib2-algorithm -->
629-
<imglib2-algorithm.version>0.18.1</imglib2-algorithm.version>
629+
<imglib2-algorithm.version>0.18.3</imglib2-algorithm.version>
630630
<net.imglib2.imglib2-algorithm.version>${imglib2-algorithm.version}</net.imglib2.imglib2-algorithm.version>
631631

632632
<!-- ImgLib2 Algorithms FFT - https://github.com/imglib/imglib2-algorithm-fft -->
@@ -658,7 +658,7 @@
658658
<net.imglib2.imglib2-mesh.version>${imglib2-mesh.version}</net.imglib2.imglib2-mesh.version>
659659

660660
<!-- ImgLib2 RealTransform - https://github.com/imglib/imglib2-realtransform -->
661-
<imglib2-realtransform.version>4.0.4</imglib2-realtransform.version>
661+
<imglib2-realtransform.version>4.0.5</imglib2-realtransform.version>
662662
<net.imglib2.imglib2-realtransform.version>${imglib2-realtransform.version}</net.imglib2.imglib2-realtransform.version>
663663

664664
<!-- ImgLib2 ROI - https://github.com/imglib/imglib2-roi -->
@@ -1155,15 +1155,15 @@
11551155
<!-- N5 - https://github.com/saalfeldlab/n5 -->
11561156

11571157
<!-- ImgLib2 Label Multisets - https://github.com/saalfeldlab/imglib2-label-multisets -->
1158-
<imglib2-label-multisets.version>0.15.1</imglib2-label-multisets.version>
1158+
<imglib2-label-multisets.version>0.15.2</imglib2-label-multisets.version>
11591159
<net.imglib2.imglib2-label-multisets.version>${imglib2-label-multisets.version}</net.imglib2.imglib2-label-multisets.version>
11601160

11611161
<!-- N5 - https://github.com/saalfeldlab/n5 -->
11621162
<n5.version>4.0.1</n5.version>
11631163
<org.janelia.saalfeldlab.n5.version>${n5.version}</org.janelia.saalfeldlab.n5.version>
11641164

11651165
<!-- N5 AWS S3 - https://github.com/saalfeldlab/n5-aws-s3 -->
1166-
<n5-aws-s3.version>5.0.0</n5-aws-s3.version>
1166+
<n5-aws-s3.version>5.0.1</n5-aws-s3.version>
11671167
<org.janelia.saalfeldlab.n5-aws-s3.version>${n5-aws-s3.version}</org.janelia.saalfeldlab.n5-aws-s3.version>
11681168

11691169
<!-- N5 Blosc - https://github.com/saalfeldlab/n5-blosc -->
@@ -1187,7 +1187,7 @@
11871187
<org.janelia.saalfeldlab.n5-imglib2.version>${n5-imglib2.version}</org.janelia.saalfeldlab.n5-imglib2.version>
11881188

11891189
<!-- N5 Universe - https://github.com/saalfeldlab/n5-universe -->
1190-
<n5-universe.version>3.0.1</n5-universe.version>
1190+
<n5-universe.version>3.0.2</n5-universe.version>
11911191
<org.janelia.saalfeldlab.n5-universe.version>${n5-universe.version}</org.janelia.saalfeldlab.n5-universe.version>
11921192

11931193
<!-- N5 Viewer for Fiji - https://github.com/saalfeldlab/n5-viewer_fiji -->
@@ -1239,7 +1239,7 @@
12391239
<!-- BigStitcher - https://imagej.net/plugins/bigstitcher -->
12401240
<BigStitcher.version>2.6.1</BigStitcher.version>
12411241
<multiview-reconstruction.version>9.0.0</multiview-reconstruction.version>
1242-
<multiview-simulation.version>0.2.0</multiview-simulation.version>
1242+
<multiview-simulation.version>0.3.1</multiview-simulation.version>
12431243
<net.preibisch.BigStitcher.version>${BigStitcher.version}</net.preibisch.BigStitcher.version>
12441244
<net.preibisch.multiview-reconstruction.version>${multiview-reconstruction.version}</net.preibisch.multiview-reconstruction.version>
12451245
<net.preibisch.multiview-simulation.version>${multiview-simulation.version}</net.preibisch.multiview-simulation.version>

0 commit comments

Comments
 (0)