Skip to content

Commit

Permalink
Use unidata repository
Browse files Browse the repository at this point in the history
The tilaa.cloud based server introduced in
bcdev@020f964
no longer has a valid certificate leading to build errors.
This PR migrates to the official Unidata repository as in
ome/ZarrReader#66
  • Loading branch information
joshmoore committed Oct 31, 2023
1 parent 3fcd590 commit e8bf2e9
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
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 e8bf2e9

Please sign in to comment.