Update pom.xml

This commit is contained in:
Kathleen Deardorff 2018-05-01 14:55:36 -07:00 committed by GitHub
parent 7cdeb3bc27
commit 39cf4cbee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,11 +422,11 @@
<distributionManagement>
<snapshotRepository>
<id>snapshots</id>
<url>http://localhost:8081/nexus/content/repositories/snapshots</url>
<url>http://localhost:8081/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>releases</id>
<url>http://localhost:8081/nexus/content/repositories/releases</url>
<url>http://localhost:8081/repository/maven-releases/</url>
</repository>
</distributionManagement>