Added Bosch internal repos

DO NOT PULL to eclipse!
This commit is contained in:
Kai Zimmermann
2016-01-21 14:17:49 +01:00
parent 64deaeea3c
commit b4a122772d

12
pom.xml
View File

@@ -49,6 +49,18 @@
<url>https://github.com/eclipse/hawkbit.git</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>sp-snapshots</id>
<uniqueVersion>false</uniqueVersion>
<url>https://repo.bosch-si.com/content/repositories/sp-snapshots</url>
</snapshotRepository>
<repository>
<id>sp-releases</id>
<url>https://repo.bosch-si.com/content/repositories/sp-releases</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>vaadin-addons</id>