Archiviert
13
0

Deploy to my fancy new maven repo

Dieser Commit ist enthalten in:
Dan Mulloy 2015-05-20 17:50:07 -04:00
Ursprung 36313eabb1
Commit 27f3f76c5e

Datei anzeigen

@ -18,10 +18,13 @@
<distributionManagement>
<repository>
<id>shadowvolt-repo</id>
<name>Shadowvolt Maven Repository</name>
<url>http://ci.shadowvolt.com/plugin/repository/everything/</url>
<id>dmulloy2-repo</id>
<url>http://repo.dmulloy2.net/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>dmulloy2-repo</id>
<url>http://repo.dmulloy2.net/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<repositories>