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> <distributionManagement>
<snapshotRepository> <snapshotRepository>
<id>snapshots</id> <id>nexus-snapshots</id>
<url>http://localhost:8081/repository/maven-snapshots</url> <url>http://localhost:8081/repository/maven-snapshots/</url>
</snapshotRepository> </snapshotRepository>
<repository> <repository>
<id>releases</id> <id>nexus-releases</id>
<url>http://localhost:8081/repository/maven-releases</url> <url>http://localhost:8081/repository/maven-releases/</url>
</repository> </repository>
</distributionManagement> </distributionManagement>