Skip to content

Commit

Permalink
Merge pull request #38 from saalfeldlab/dev
Browse files Browse the repository at this point in the history
6.0.0 candidate
  • Loading branch information
bogovicj authored Jan 29, 2024
2 parents 288fa10 + b6565b0 commit 29cef77
Show file tree
Hide file tree
Showing 13 changed files with 727 additions and 197 deletions.
18 changes: 6 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>36.0.0</version>
<version>37.0.0</version>
</parent>

<groupId>org.janelia.saalfeldlab</groupId>
Expand Down Expand Up @@ -131,16 +131,11 @@

<alphanumeric-comparator.version>1.4.1</alphanumeric-comparator.version>

<n5.version>3.0.2</n5.version>
<n5-hdf5.version>2.0.1</n5-hdf5.version>
<n5-google-cloud.version>4.0.0</n5-google-cloud.version>
<n5-aws-s3.version>4.0.1</n5-aws-s3.version>
<n5-ij.version>3.2.6</n5-ij.version>
<n5-zarr.version>1.0.1</n5-zarr.version>
<n5-imglib2.version>7.0.0</n5-imglib2.version>
<n5-universe.version>1.1.0</n5-universe.version>
<bigdataviewer-core.version>10.4.8</bigdataviewer-core.version>

<n5.version>3.1.1</n5.version>
<n5-ij.version>4.0.0</n5-ij.version>
<n5-universe.version>1.3.0</n5-universe.version>
<bigdataviewer-core.version>10.4.11</bigdataviewer-core.version>
<bigdataviewer-vistools.version>1.0.0-beta-34</bigdataviewer-vistools.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -183,7 +178,6 @@
<dependency>
<groupId>org.janelia.saalfeldlab</groupId>
<artifactId>n5-universe</artifactId>
<version>${n5-universe.version}</version>
</dependency>
<dependency>
<groupId>se.sawano.java</groupId>
Expand Down
70 changes: 0 additions & 70 deletions src/main/java/org/janelia/saalfeldlab/n5/bdv/N5Source.java

This file was deleted.

Loading

0 comments on commit 29cef77

Please sign in to comment.