We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542aec2 commit fbf0711Copy full SHA for fbf0711
pom.xml
@@ -36,15 +36,15 @@
36
<url>https://developer.avalara.com/</url>
37
</organization>
38
39
- <distributionManagement>
40
- <snapshotRepository>
41
- <id>central</id>
42
- <url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/</url>
43
- </snapshotRepository>
+ <distributionManagement>
44
<repository>
45
+ <id>ossrh</id>
46
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
47
</repository>
+ <snapshotRepository>
+ <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
+ </snapshotRepository>
48
</distributionManagement>
49
50
<build>
0 commit comments