Skip to content

Commit

Permalink
feat(pom.xml): changed distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
drnir committed Dec 28, 2021
1 parent 8e11333 commit 147a5c3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,10 @@
</profiles>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>yotpo</id>
<name>java-virt</name>
<url>https://yotpo.jfrog.io/yotpo/java-virt/</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 147a5c3

Please sign in to comment.