From f228d6ce1e3265f42fb02aeca750441c19b9513a Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Thu, 3 Aug 2023 17:01:49 -0400 Subject: [PATCH 1/8] Bump n5 to 3.0.0 * bump all other n5 artifact versions * add n5-universe * update n5 dependencies: bigwarp, bigdataviewer --- pom.xml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 299e0067..2ef57ee0 100644 --- a/pom.xml +++ b/pom.xml @@ -991,7 +991,7 @@ ${jitk-tps.version} - 7.0.7 + 8.0.0 ${bigwarp.version} ${bigwarp_fiji.version} @@ -1012,7 +1012,7 @@ - 10.4.6 + 10.4.8 ${bigdataviewer-core.version} @@ -1109,11 +1109,11 @@ ${imglib2-label-multisets.version} - 2.5.1 + 3.0.0 ${n5.version} - 3.2.0 + 4.0.1 ${n5-aws-s3.version} @@ -1121,29 +1121,33 @@ ${n5-blosc.version} - 3.3.2 + 4.0.0 ${n5-google-cloud.version} - 1.4.2 + 2.0.0 ${n5-hdf5.version} - 3.2.3 + 3.2.6 ${n5-ij.version} - 5.0.0 + 7.0.0 ${n5-imglib2.version} - 5.3.0 + 5.3.1 ${n5-viewer_fiji.version} - 0.0.8 + 1.0.0 ${n5-zarr.version} + + 1.1.0 + ${n5-universe.version} + @@ -3629,6 +3633,11 @@ n5-zarr ${org.janelia.saalfeldlab.n5-zarr.version} + + org.janelia.saalfeldlab + n5-universe + ${org.janelia.saalfeldlab.n5-universe.version} + From fd88d105998f2a31a43686353df64feeb4cbc22e Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Thu, 3 Aug 2023 19:17:32 -0400 Subject: [PATCH 2/8] bump version to 37.0.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2ef57ee0..1be27796 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ pom-scijava - 36.0.1-SNAPSHOT + 37.0.0-SNAPSHOT pom SciJava Parent POM From f8b8761d3ac8a7aea76916c4d2fd44a91c2cf6f2 Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Thu, 3 Aug 2023 17:01:49 -0400 Subject: [PATCH 3/8] Bump n5 to 3.0.0 * bump all other n5 artifact versions * add n5-universe * update n5 dependencies: bigwarp --- pom.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 42f4d3e9..c0c22163 100644 --- a/pom.xml +++ b/pom.xml @@ -991,7 +991,7 @@ ${jitk-tps.version} - 7.0.7 + 8.0.0 ${bigwarp.version} ${bigwarp_fiji.version} @@ -1109,11 +1109,11 @@ ${imglib2-label-multisets.version} - 2.5.1 + 3.0.0 ${n5.version} - 3.2.0 + 4.0.1 ${n5-aws-s3.version} @@ -1121,27 +1121,31 @@ ${n5-blosc.version} - 3.3.2 + 4.0.0 ${n5-google-cloud.version} - 1.4.2 + 2.0.0 ${n5-hdf5.version} - 3.2.3 + 3.2.6 ${n5-ij.version} - 5.0.0 + 7.0.0 ${n5-imglib2.version} + + 1.1.0 + ${n5-universe.version} + - 5.3.0 + 5.3.1 ${n5-viewer_fiji.version} - 0.0.8 + 1.0.0 ${n5-zarr.version} @@ -3619,6 +3623,11 @@ n5-imglib2 ${org.janelia.saalfeldlab.n5-imglib2.version} + + org.janelia.saalfeldlab + n5-universe + ${org.janelia.saalfeldlab.n5-universe.version} + org.janelia.saalfeldlab n5-viewer_fiji From 3c43f0cb3cd6be57a74e3cec7bf8e2ae76435816 Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Fri, 4 Aug 2023 15:54:31 -0400 Subject: [PATCH 4/8] bump versions n5-blosc and multiview-reconstruction * and n5 core bug fix version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1be27796..22535c8e 100644 --- a/pom.xml +++ b/pom.xml @@ -1109,7 +1109,7 @@ ${imglib2-label-multisets.version} - 3.0.0 + 3.0.1 ${n5.version} @@ -1117,7 +1117,7 @@ ${n5-aws-s3.version} - 1.1.0 + 1.1.1 ${n5-blosc.version} @@ -1175,7 +1175,7 @@ 1.1.6 - 2.0.0 + 3.2.3 0.2.0 ${BigStitcher.version} ${multiview-reconstruction.version} From 25a8055c918e15382cf6407c27c5e51325a3ebd3 Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Fri, 1 Sep 2023 11:40:28 -0400 Subject: [PATCH 5/8] bump n5-3.0.2, n5-zarr-1.0.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3eb3960e..3d2d91b6 100644 --- a/pom.xml +++ b/pom.xml @@ -1109,7 +1109,7 @@ ${imglib2-label-multisets.version} - 3.0.1 + 3.0.2 ${n5.version} @@ -1145,7 +1145,7 @@ ${n5-viewer_fiji.version} - 1.0.0 + 1.0.1 ${n5-zarr.version} From 07ea4a2e6d03d041ff03c8a7706a2ac968b90645 Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Fri, 1 Sep 2023 12:06:25 -0400 Subject: [PATCH 6/8] bump BigStitcher-1.2.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d2d91b6..0c966226 100644 --- a/pom.xml +++ b/pom.xml @@ -1178,7 +1178,7 @@ ${clijx-weka_.version} - 1.1.6 + 1.2.6 3.2.3 0.2.0 ${BigStitcher.version} From 6c4f10c35ef9e9e9e495003121489e60db8f4bbf Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Fri, 1 Sep 2023 13:38:42 -0400 Subject: [PATCH 7/8] bump n5-hdf5-2.0.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c966226..0127bb62 100644 --- a/pom.xml +++ b/pom.xml @@ -1125,7 +1125,7 @@ ${n5-google-cloud.version} - 2.0.0 + 2.0.1 ${n5-hdf5.version} From ba1b531ef779b047d2a99a8113c3950bacc9266b Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Tue, 5 Sep 2023 11:21:42 -0400 Subject: [PATCH 8/8] rm duplicate n5-universe declaration --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0127bb62..64dcaccf 100644 --- a/pom.xml +++ b/pom.xml @@ -1148,10 +1148,6 @@ 1.0.1 ${n5-zarr.version} - - 1.1.0 - ${n5-universe.version} -