Skip to content

Commit 8a0eedc

Browse files
authored
Merge pull request #17 from joshmoore/unidata
Unidata repository
2 parents 3fcd590 + 27a241f commit 8a0eedc

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.zarr</groupId>
88
<artifactId>jzarr</artifactId>
9-
<version>0.4.2-SNAPSHOT</version>
9+
<version>0.4.2</version>
1010

1111
<name>JZarr</name>
1212

@@ -153,17 +153,9 @@
153153

154154
<repositories>
155155
<repository>
156-
<id>snap-repo-public</id>
157-
<name>Public Maven Repository for SNAP</name>
158-
<url>https://snap-build-server.tilaa.cloud/nexus/repository/snap-maven-public/</url>
159-
<releases>
160-
<enabled>true</enabled>
161-
<checksumPolicy>warn</checksumPolicy>
162-
</releases>
163-
<snapshots>
164-
<enabled>true</enabled>
165-
<checksumPolicy>warn</checksumPolicy>
166-
</snapshots>
156+
<id>unidata.releases</id>
157+
<url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases</url>
158+
<snapshots><enabled>false</enabled></snapshots>
167159
</repository>
168160
</repositories>
169161

0 commit comments

Comments
 (0)