Skip to content

Commit 749d375

Browse files
committed
nexus repo
1 parent 90f6f78 commit 749d375

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,15 @@
390390
</repository>
391391
</repositories>
392392

393+
<distributionManagement>
394+
<repository>
395+
<id>internal</id>
396+
<url>https://nexus.int.sproutsocial.com/nexus/content/repositories/releases/</url>
397+
</repository>
398+
<snapshotRepository>
399+
<id>snapshots</id>
400+
<url>https://nexus.int.sproutsocial.com/nexus/content/repositories/snapshots/</url>
401+
</snapshotRepository>
402+
</distributionManagement>
403+
393404
</project>

0 commit comments

Comments
 (0)