Skip to content

Commit 00fd814

Browse files
authored
Update pom.xml
1 parent dca77ca commit 00fd814

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

LoginRadius-JavaSDK/pom.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,12 @@
5656
</dependencies>
5757

5858

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-
<id>ossrh</id>
66-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
67-
</snapshotRepository>
68-
</distributionManagement>
59+
<distributionManagement>
60+
<snapshotRepository>
61+
<id>ossrh</id>
62+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
63+
</snapshotRepository>
64+
</distributionManagement>
6965

7066
<build>
7167
<plugins>

0 commit comments

Comments
 (0)