Skip to content

Commit d928cfb

Browse files
authored
Merge pull request #41 from saalfeldlab/development
alpha release
2 parents 13e84ed + ba15926 commit d928cfb

28 files changed

Lines changed: 1781 additions & 414 deletions

pom.xml

Lines changed: 21 additions & 9 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>40.0.0</version>
8+
<version>43.0.0</version>
99
<relativePath />
1010
</parent>
1111

1212
<groupId>org.janelia.saalfeldlab</groupId>
1313
<artifactId>n5-universe</artifactId>
14-
<version>2.3.1-SNAPSHOT</version>
14+
<version>2.4.0-alpha-6-SNAPSHOT</version>
1515

1616
<name>N5-Universe</name>
1717
<description>Utilities spanning all of the N5 repositories</description>
@@ -111,11 +111,14 @@
111111
<!-- NB: Deploy releases to the SciJava Maven repository. -->
112112
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
113113

114-
<n5.version>3.5.0</n5.version>
115-
<n5-ij.version>4.3.0</n5-ij.version>
116-
<n5-aws-s3.version>4.3.0</n5-aws-s3.version>
117-
<n5-google-cloud.version>5.1.0</n5-google-cloud.version>
118-
<n5-zarr.version>1.5.1</n5-zarr.version>
114+
<n5.version>4.0.0-alpha-6</n5.version>
115+
<n5-aws-s3.version>4.4.0-alpha-4</n5-aws-s3.version>
116+
<n5-google-cloud.version>5.2.0-alpha-4</n5-google-cloud.version>
117+
<n5-zarr.version>2.0.0-alpha-4</n5-zarr.version>
118+
<n5-hdf5.version>2.3.0-alpha-4</n5-hdf5.version>
119+
<n5-blosc.version>2.0.0-alpha-4</n5-blosc.version>
120+
<n5-imglib2.version>7.1.0-alpha-6</n5-imglib2.version>
121+
<n5-zstandard.version>2.0.0-alpha-4</n5-zstandard.version>
119122

120123
<jackson-jq.version>1.0.0-preview.20191208</jackson-jq.version>
121124
<alphanumeric-comparator.version>1.4.1</alphanumeric-comparator.version>
@@ -163,6 +166,7 @@
163166
<scope>compile</scope>
164167
</dependency>
165168

169+
<!-- Test dependencies -->
166170
<dependency>
167171
<groupId>org.janelia.saalfeldlab</groupId>
168172
<artifactId>n5</artifactId>
@@ -214,8 +218,6 @@
214218
<version>${commons-io.version}</version>
215219
<scope>test</scope>
216220
</dependency>
217-
218-
219221
<dependency>
220222
<groupId>io.findify</groupId>
221223
<artifactId>s3mock_2.12</artifactId>
@@ -234,6 +236,16 @@
234236
<artifactId>imagej-legacy</artifactId>
235237
<scope>test</scope>
236238
</dependency>
239+
<dependency>
240+
<groupId>org.openjdk.jmh</groupId>
241+
<artifactId>jmh-core</artifactId>
242+
<scope>test</scope>
243+
</dependency>
244+
<dependency>
245+
<groupId>org.openjdk.jmh</groupId>
246+
<artifactId>jmh-generator-annprocess</artifactId>
247+
<scope>test</scope>
248+
</dependency>
237249
</dependencies>
238250

239251

0 commit comments

Comments
 (0)