|
5 | 5 | <parent> |
6 | 6 | <groupId>org.scijava</groupId> |
7 | 7 | <artifactId>pom-scijava</artifactId> |
8 | | - <version>40.0.0</version> |
| 8 | + <version>43.0.0</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>org.janelia.saalfeldlab</groupId> |
13 | 13 | <artifactId>n5-universe</artifactId> |
14 | | - <version>2.3.1-SNAPSHOT</version> |
| 14 | + <version>2.4.0-alpha-6-SNAPSHOT</version> |
15 | 15 |
|
16 | 16 | <name>N5-Universe</name> |
17 | 17 | <description>Utilities spanning all of the N5 repositories</description> |
|
111 | 111 | <!-- NB: Deploy releases to the SciJava Maven repository. --> |
112 | 112 | <releaseProfiles>sign,deploy-to-scijava</releaseProfiles> |
113 | 113 |
|
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> |
119 | 122 |
|
120 | 123 | <jackson-jq.version>1.0.0-preview.20191208</jackson-jq.version> |
121 | 124 | <alphanumeric-comparator.version>1.4.1</alphanumeric-comparator.version> |
|
163 | 166 | <scope>compile</scope> |
164 | 167 | </dependency> |
165 | 168 |
|
| 169 | + <!-- Test dependencies --> |
166 | 170 | <dependency> |
167 | 171 | <groupId>org.janelia.saalfeldlab</groupId> |
168 | 172 | <artifactId>n5</artifactId> |
|
214 | 218 | <version>${commons-io.version}</version> |
215 | 219 | <scope>test</scope> |
216 | 220 | </dependency> |
217 | | - |
218 | | - |
219 | 221 | <dependency> |
220 | 222 | <groupId>io.findify</groupId> |
221 | 223 | <artifactId>s3mock_2.12</artifactId> |
|
234 | 236 | <artifactId>imagej-legacy</artifactId> |
235 | 237 | <scope>test</scope> |
236 | 238 | </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> |
237 | 249 | </dependencies> |
238 | 250 |
|
239 | 251 |
|
|
0 commit comments