Skip to content

Commit

Permalink
Merge pull request #17 from joshmoore/unidata
Browse files Browse the repository at this point in the history
Unidata repository
  • Loading branch information
joshmoore authored Oct 31, 2023
2 parents 3fcd590 + 27a241f commit 8a0eedc
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.zarr</groupId>
<artifactId>jzarr</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>

<name>JZarr</name>

Expand Down Expand Up @@ -153,17 +153,9 @@

<repositories>
<repository>
<id>snap-repo-public</id>
<name>Public Maven Repository for SNAP</name>
<url>https://snap-build-server.tilaa.cloud/nexus/repository/snap-maven-public/</url>
<releases>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
<id>unidata.releases</id>
<url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>
</repositories>

Expand Down

0 comments on commit 8a0eedc

Please sign in to comment.