Skip to content

Commit fbf0711

Browse files
author
Jonathan Wenger
committed
Update URL
1 parent 542aec2 commit fbf0711

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
<url>https://developer.avalara.com/</url>
3737
</organization>
3838

39-
<distributionManagement>
40-
<snapshotRepository>
41-
<id>central</id>
42-
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/</url>
43-
</snapshotRepository>
39+
<distributionManagement>
4440
<repository>
45-
<id>central</id>
41+
<id>ossrh</id>
4642
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
4743
</repository>
44+
<snapshotRepository>
45+
<id>ossrh</id>
46+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
47+
</snapshotRepository>
4848
</distributionManagement>
4949

5050
<build>

0 commit comments

Comments
 (0)