Commons/.ci/settings.xml

25 lines
607 B
XML
Raw Normal View History

2016-11-20 10:28:59 +01:00
<!--
~ Copyright (c) 2017 univento.eu - All rights reserved
2016-11-20 10:28:59 +01:00
~ You are not allowed to use, distribute or modify this code
-->
<settings>
<servers>
<server>
<id>univentoEU</id>
2016-11-20 10:45:41 +01:00
<username>download</username>
<password>PLCtNT3GEM43bvBc2mRvQMsYe!0JtB</password>
2016-11-20 10:28:59 +01:00
</server>
</servers>
2016-11-20 10:45:41 +01:00
<mirrors>
<mirror>
<id>univentoEU</id>
<name>univentoEU Mirror Repo</name>
<url>http://dev.joethei.de:8081/repository/public/</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
2016-11-20 10:28:59 +01:00
</settings>