Adapted url for Artifactory (#1010)
* Adapted url for Artifactory Related to https://github.com/openhab/openhab-distro/issues/1256 Signed-off-by: Kai Kreuzer <kai@openhab.org>3.0.x
parent
d9219d7ed2
commit
4286361229
4
pom.xml
4
pom.xml
|
@ -48,8 +48,8 @@
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>bintray</id>
|
<id>jfrog-release</id>
|
||||||
<url>${oh.repo.distBaseUrl}/openhab-addons/;publish=1</url>
|
<url>${oh.repo.distBaseUrl}/libs-release-local</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>jfrog</id>
|
<id>jfrog</id>
|
||||||
|
|
Loading…
Reference in New Issue