Skip to content

Commit

Permalink
Merge pull request #4 from joshmoore/0_1_0
Browse files Browse the repository at this point in the history
Bump to SNAPSHOT for merge build
  • Loading branch information
joshmoore authored Sep 17, 2021
2 parents 991e599 + aa001de commit 4316fb2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ome</groupId>
<artifactId>OMEZarrReader</artifactId>
<version>0.0.1</version>
<version>0.1.0-SNAPSHOT</version>

<repositories>
<repository>
Expand All @@ -18,7 +18,7 @@
<repository>
<id>bc-nexus-repo</id>
<name>Brockmann-Consult Public Maven Repository</name>
<url>http://nexus.senbox.net/nexus/content/groups/public/</url>
<url>https://nexus.senbox.net/nexus/content/groups/public/</url>
</repository>
<repository>
<id>glencoe-jzarr</id>
Expand All @@ -35,23 +35,23 @@
<layout>default</layout>
</pluginRepository>
</pluginRepositories>

<dependencies>


<!-- <dependency> -->
<!-- <groupId>org.blosc</groupId> -->
<!-- <artifactId>jblosc</artifactId> -->
<!-- <version>1.0.1</version> -->
<!-- </dependency> -->

<dependency>
<groupId>com.bc.zarr</groupId>
<artifactId>jzarr</artifactId>
<version>0.3.3-gs-SNAPSHOT</version>
<!-- <version>0.4-SNAPSHOT</version>-->
</dependency>

<!-- <dependency> -->
<!-- <groupId>org.lasersonlab</groupId> -->
<!-- <artifactId>s3fs</artifactId> -->
Expand Down Expand Up @@ -84,14 +84,14 @@
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<dependency>
<groupId>ome</groupId>
<artifactId>formats-api</artifactId>
<version>6.6.1-SNAPSHOT</version>
<version>6.7.0</version>
</dependency>

</dependencies>

<properties>
<project.rootdir>${basedir}/../..</project.rootdir>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 4316fb2

Please sign in to comment.