Skip to content

Commit

Permalink
pom: bump to pom-scijava-37.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axtimwalde committed Jan 8, 2024
1 parent a656b24 commit bbe17b7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 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>
<relativePath />
</parent>

Expand Down Expand Up @@ -111,12 +111,8 @@
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<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-zarr.version>1.0.1</n5-zarr.version>
<n5-imglib2.version>7.0.0</n5-imglib2.version>
<jackson-jq.version>1.0.0-preview.20191208</jackson-jq.version>
<alphanumeric-comparator.version>1.4.1</alphanumeric-comparator.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -147,13 +143,13 @@
<dependency>
<groupId>net.thisptr</groupId>
<artifactId>jackson-jq</artifactId>
<version>1.0.0-preview.20191208</version>
<version>${jackson-jq.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>se.sawano.java</groupId>
<artifactId>alphanumeric-comparator</artifactId>
<version>1.4.1</version>
<version>${alphanumeric-comparator.version}</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit bbe17b7

Please sign in to comment.