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 dca77ca commit 00fd814Copy full SHA for 00fd814
LoginRadius-JavaSDK/pom.xml
@@ -56,16 +56,12 @@
56
</dependencies>
57
58
59
-<distributionManagement>
60
- <repository>
61
- <id>ossrh</id>
62
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
63
- </repository>
64
- <snapshotRepository>
65
66
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
67
- </snapshotRepository>
68
-</distributionManagement>
+ <distributionManagement>
+ <snapshotRepository>
+ <id>ossrh</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
69
70
<build>
71
<plugins>
0 commit comments