Update pom.xml

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

View file

@ -422,11 +422,11 @@
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
<id>snapshots</id> <id>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>releases</id>
<url>http://localhost:8081/repository/maven-releases/</url> <url>http://localhost:8081/repository/maven-releases</url>
</repository> </repository>
</distributionManagement> </distributionManagement>