8000 WIP: Test components built on ImgLib2 v7 · scijava/pom-scijava@f3f2db3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3f2db3

Browse files
ctruedentpietzsch
authored andcommitted
WIP: Test components built on ImgLib2 v7
1 parent a9c0e86 commit f3f2db3

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
<net.imagej.ij1-patcher.version>${ij1-patcher.version}</net.imagej.ij1-patcher.version>
483483

484484
<!-- ImageJ Common - https://github.com/imagej/imagej-common -->
485-
<imagej-common.version>2.1.0</imagej-common.version>
485+
<imagej-common.version>2.1.1</imagej-common.version>
486486
<net.imagej.imagej-common.version>${imagej-common.version}</net.imagej.imagej-common.version>
487487

488488
<!-- ImageJ Deprecated - https://github.com/imagej/imagej-deprecated -->
@@ -580,11 +580,11 @@
580580
<!-- ImgLib2 - https://github.com/imglib -->
581581

582582
<!-- ImgLib2 - https://github.com/imglib/imglib2 -->
583-
<imglib2.version>6.3.0</imglib2.version>
583+
<imglib2.version>7.1.0</imglib2.version>
584584
<net.imglib2.imglib2.version>${imglib2.version}</net.imglib2.imglib2.version>
585585

586586
<!-- ImgLib2 Algorithms - https://github.com/imglib/imglib2-algorithm -->
587-
<imglib2-algorithm.version>0.14.0</imglib2-algorithm.version>
587+
<imglib2-algorithm.version>0.15.3</imglib2-algorithm.version>
588588
<net.imglib2.imglib2-algorithm.version>${imglib2-algorithm.version}</net.imglib2.imglib2-algorithm.version>
589589

590590
<!-- ImgLib2 Algorithms FFT - https://github.com/imglib/imglib2-algorithm-fft -->
@@ -596,31 +596,31 @@
596596
<net.imglib2.imglib2-algorithm-gpl.version>${imglib2-algorithm-gpl.version}</net.imglib2.imglib2-algorithm-gpl.version>
597597

598598
<!-- ImgLib2 Cache - https://github.com/imglib/imglib2-cache -->
599-
<imglib2-cache.version>1.0.0-beta-17</imglib2-cache.version>
599+
<imglib2-cache.version>1.0.0-beta-18</imglib2-cache.version>
600600
<net.imglib2.imglib2-cache.version>${imglib2-cache.version}</net.imglib2.imglib2-cache.version>
601601

602602
<!-- ImgLib2 IJ - https://github.com/imglib/imglib2-ij -->
603-
<imglib2-ij.version>2.0.1</imglib2-ij.version>
603+
<imglib2-ij.version>2.0.2</imglib2-ij.version>
604604
<net.imglib2.imglib2-ij.version>${imglib2-ij.version}</net.imglib2.imglib2-ij.version>
605605

606606
<!-- ImgLib2 ImgLyb - https://github.com/imglib/imglib2-imglyb -->
607-
<imglib2-imglyb.version>2.0.0</imglib2-imglyb.version>
607+
<imglib2-imglyb.version>2.0.1</imglib2-imglyb.version>
608608
<net.imglib2.imglib2-imglyb.version>${imglib2-imglyb.version}</net.imglib2.imglib2-imglyb.version>
609609

610610
<!-- ImgLib2 Mesh - https://github.com/imglib/imglib2-mesh -->
611611
<imglib2-mesh.version>1.0.0</imglib2-mesh.version>
612612
<net.imglib2.imglib2-mesh.version>${imglib2-mesh.version}</net.imglib2.imglib2-mesh.version>
613613

614614
<!-- ImgLib2 RealTransform - https://github.com/imglib/imglib2-realtransform -->
615-
<imglib2-realtransform.version>4.0.2</imglib2-realtransform.version>
615+
<imglib2-realtransform.version>4.0.3</imglib2-realtransform.version>
616616
<net.imglib2.imglib2-realtransform.version>${imglib2-realtransform.version}</net.imglib2.imglib2-realtransform.version>
617617

618618
<!-- ImgLib2 ROI - https://github.com/imglib/imglib2-roi -->
619-
<imglib2-roi.version>0.14.1</imglib2-roi.version>
619+
<imglib2-roi.version>0.15.0</imglib2-roi.version>
620620
<net.imglib2.imglib2-roi.version>${imglib2-roi.version}</net.imglib2.imglib2-roi.version>
621621

622622
<!-- ImgLib2 Unsafe - https://github.com/imglib/imglib2-unsafe -->
623-
<imglib2-unsafe.version>1.0.0</imglib2-unsafe.version>
623+
<imglib2-unsafe.version>1.1.0</imglib2-unsafe.version>
624624
<net.imglib2.imglib2-unsafe.version>${imglib2-unsafe.version}</net.imglib2.imglib2-unsafe.version>
625625

626626
<!-- SCIFIO - https://github.com/scifio -->
@@ -1012,19 +1012,19 @@
10121012
<!-- BigDataViewer - https://github.com/bigdataviewer -->
10131013

10141014
<!-- BigDataViewer Core - https://github.com/bigdataviewer/bigdataviewer-core -->
1015-
<bigdataviewer-core.version>10.4.14</bigdataviewer-core.version>
1015+
<bigdataviewer-core.version>10.6.0</bigdataviewer-core.version>
10161016
<sc.fiji.bigdataviewer-core.version>${bigdataviewer-core.version}</sc.fiji.bigdataviewer-core.version>
10171017

10181018
<!-- BigDataServer - https://github.com/bigdataviewer/bigdataviewer-server -->
10191019
<bigdataviewer-server.version>3.1.2</bigdataviewer-server.version>
10201020
<sc.fiji.bigdataviewer-server.version>${bigdataviewer-server.version}</sc.fiji.bigdataviewer-server.version>
10211021

10221022
<!-- BigDataViewer Visualization Tools - https://github.com/bigdataviewer/bigdataviewer-vistools -->
1023-
<bigdataviewer-vistools.version>1.0.0-beta-34</bigdataviewer-vistools.version>
1023+
<bigdataviewer-vistools.version>1.0.0-beta-36</bigdataviewer-vistools.version>
10241024
<sc.fiji.bigdataviewer-vistools.version>${bigdataviewer-vistools.version}</sc.fiji.bigdataviewer-vistools.version>
10251025

10261026
<!-- BigDataViewer Fiji - https://github.com/bigdataviewer/bigdataviewer_fiji -->
1027-
<bigdataviewer_fiji.version>6.3.0</bigdataviewer_fiji.version>
1027+
<bigdataviewer_fiji.version>6.4.0</bigdataviewer_fiji.version>
10281028
<sc.fiji.bigdataviewer_fiji.version>${bigdataviewer_fiji.version}</sc.fiji.bigdataviewer_fiji.version>
10291029

10301030
<!-- SPIM Data - https://github.com/bigdataviewer/spimdata -->
@@ -1178,8 +1178,8 @@
11781178
<net.haesleinhuepf.clijx-weka_.version>${clijx-weka_.version}</net.haesleinhuepf.clijx-weka_.version>
11791179

11801180
<!-- BigStitcher - https://imagej.net/plugins/bigstitcher -->
1181-
<BigStitcher.version>1.2.10</BigStitcher.version>
1182-
<multiview-reconstruction.version>3.2.7</multiview-reconstruction.version>
1181+
<BigStitcher.version>1.3.0</BigStitcher.version>
1182+
<multiview-reconstruction.version>3.4.0</multiview-reconstruction.version>
11831183
<multiview-simulation.version>0.2.0</multiview-simulation.version>
11841184
<net.preibisch.BigStitcher.version>${BigStitcher.version}</net.preibisch.BigStitcher.version>
11851185
<net.preibisch.multiview-reconstruction.version>${multiview-reconstruction.version}</net.preibisch.multiview-reconstruction.version>

tests/run.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,15 @@ echo 'Hacking in any changed components...'
148148
# 4. Have its version adjusted to 999 in melting pot's build.sh;
149149
# 5. Be added to the list of components to build in melt.sh (if not already present).
150150
components='
151+
org.janelia.saalfeldlab|n5-imglib2|git@github.com:saalfeldlab/n5-imglib2|pull/54/head
152+
sc.fiji|SPIM_Registration|git@github.com:fiji/SPIM_Registration|pull/142/head
153+
sc.fiji|labkit-ui|git@github.com:juglab/labkit-ui|pull/115/head
154+
sc.fiji|labkit-pixel-classification|git@github.com:juglab/labkit-pixel-classification|pull/12/head
155+
sc.fiji|z_spacing|git@github.com:saalfeldlab/z-spacing|pull/28/head
156+
sc.fiji|TrackMate|git@github.com:trackmate-sc/TrackMate|pull/289/head
157+
sc.fiji|TrackMate-Skeleton|git@github.com:trackmate-sc/TrackMate-Skeleton|pull/2/head
158+
sc.fiji|bigwarp_fiji|git@github.com:saalfeldlab/bigwarp|pull/170/head
159+
net.imagej|imagej-ops|git@github.com:imagej/imagej-ops|pull/654/head
151160
'
152161
failFile="$meltingPotDir/fail"
153162
rm -f "$failFile"

0 commit comments

Comments
 (0)
0