Update pom.xml

This commit is contained in:
Kathleen Deardorff 2018-05-01 15:04:22 -07:00 committed by GitHub
parent 87a9d51a45
commit e935e359a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -421,12 +421,12 @@
<distributionManagement>
<snapshotRepository>
<id>snapshots</id>
<url>http://localhost:8081/repository/maven-snapshots</url>
<id>nexus-snapshots</id>
<url>http://localhost:8081/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>releases</id>
<url>http://localhost:8081/repository/maven-releases</url>
<id>nexus-releases</id>
<url>http://localhost:8081/repository/maven-releases/</url>
</repository>
</distributionManagement>