Fixed release destination

This commit is contained in:
Justin Bankes 2016-07-15 01:22:21 -07:00
parent 46a05dd036
commit 4ab656f6c9

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -425,7 +425,7 @@
</snapshotRepository> </snapshotRepository>
<repository> <repository>
<id>deployment</id> <id>deployment</id>
<url>http://localhost:8081/repository/internal/</url> <url>http://localhost:8081/nexus/content/repositories/releases</url>
</repository> </repository>
</distributionManagement> </distributionManagement>