Skip to content

Commit

Permalink
revert to pom-scijava-37.0.0 (#270)
Browse files Browse the repository at this point in the history
* with version overrides for newer n5 and bdv artifacts
  • Loading branch information
axtimwalde authored Feb 8, 2024
1 parent 96b8010 commit a436880
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 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>37.1.0-SNAPSHOT</version>
<version>37.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -126,6 +126,17 @@

<!-- package version below are determined by the parent pom but need to be upgraded or temporarily fixed for bugs -->

<n5.version>3.1.1</n5.version>
<n5-hdf5.version>2.1.0</n5-hdf5.version>
<n5-zarr.version>1.2.0</n5-zarr.version>
<n5-ij.version>4.0.1</n5-ij.version>
<n5-universe.version>1.3.1</n5-universe.version>
<n5-zstandard.version>1.0.2</n5-zstandard.version>
<org.janelia.n5-zstandard.version>${n5-zstandard.version}</org.janelia.n5-zstandard.version>

<bigwarp.version>9.1.0</bigwarp.version>
<bigdataviewer-core.version>10.4.13</bigdataviewer-core.version>
<bigdataviewer-vistools.version>1.0.0-beta-34</bigdataviewer-vistools.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a436880

Please sign in to comment.