Commit b1e8cb82 authored by bcmpbell's avatar bcmpbell
Browse files

Updating distribution management.

parent 7d52731b
......@@ -35,7 +35,18 @@
</repository>
</repositories>
<distributionManagement>
<repository>
<id>nexus</id>
<name>Internal Releases</name>
<url>http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>nexus</id>
<name>Snapshot Releases</name>
<url>http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment