Skip to content

Commit 1557b8d

Browse files
committed
build: bump dependency versions and project version
1 parent c64d646 commit 1557b8d

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
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>43.0.0</version>
8+
<version>44.0.0</version>
99
<relativePath />
1010
</parent>
1111

1212
<groupId>org.janelia.saalfeldlab</groupId>
1313
<artifactId>n5-zarr</artifactId>
14-
<version>2.0.0-alpha-9-SNAPSHOT</version>
14+
<version>2.0.0</version>
1515

1616
<name>N5 Zarr</name>
1717
<description>Zarr filesystem backend for N5</description>
@@ -138,10 +138,10 @@
138138

139139
<json-simple.version>1.1.1</json-simple.version>
140140

141-
<n5.version>4.0.0-alpha-12</n5.version>
142-
<n5-blosc.version>2.0.0-alpha-4</n5-blosc.version>
143-
<n5-imglib2.version>7.1.0-alpha-8</n5-imglib2.version>
144-
<n5-zstandard.version>2.0.0-alpha-4</n5-zstandard.version>
141+
<n5.version>4.0.0</n5.version>
142+
<n5-blosc.version>2.0.0</n5-blosc.version>
143+
<n5-imglib2.version>8.0.0</n5-imglib2.version>
144+
<n5-zstandard.version>2.0.0</n5-zstandard.version>
145145
</properties>
146146

147147
<dependencies>

0 commit comments

Comments
 (0)