Skip to content

Commit 3008eab

Browse files
authored
Merge pull request #79 from lesserwhirls/pub
Fix maven publishing URLs
2 parents 85f6d8f + 9606d7a commit 3008eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
<repository>
4242
<id>unidata-releases</id>
4343
<name>Unidata Releases</name>
44-
<url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/</url>
44+
<url>https://artifacts.unidata.ucar.edu/repository/unidata-releases/</url>
4545
</repository>
4646
<snapshotRepository>
4747
<id>unidata-snapshots</id>
4848
<name>Unidata Snapshots</name>
49-
<url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-snapshots/</url>
49+
<url>https://artifacts.unidata.ucar.edu/repository/unidata-snapshots/</url>
5050
</snapshotRepository>
5151
</distributionManagement>
5252
<dependencyManagement>

0 commit comments

Comments
 (0)