Update pom.xml

Added distribution management to deploy to nexus.eitchnet.ch (fixed wrong URL)
This commit is contained in:
Robert von Burg 2013-01-30 15:05:22 +01:00
parent 1fbe3cb090
commit 8d893d87a0
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
<snapshotRepository> <snapshotRepository>
<id>deployment</id> <id>deployment</id>
<name>Internal Releases</name> <name>Internal Releases</name>
<url>http://nexus.eitchnet.ch/nexus/content/repositories/snapshots/</url> <url>http://nexus.eitchnet.ch/content/repositories/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>