Skip to content

Commit

Permalink
Removed dependency to Bintray and JCenter
Browse files Browse the repository at this point in the history
Related to openhab/openhab-distro#1256

Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored Mar 26, 2021
1 parent f0d31d4 commit f3fee06
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.openhab</groupId>
<artifactId>openhab-super-pom</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>

<packaging>pom</packaging>
<name>openHAB Super POM</name>
Expand Down Expand Up @@ -53,7 +53,7 @@

<properties>
<oh.scm.gitBaseUrl>https://github.com/openhab</oh.scm.gitBaseUrl>
<oh.repo.distBaseUrl>https://api.bintray.com/maven/openhab/mvn</oh.repo.distBaseUrl>
<oh.repo.distBaseUrl>https://openhab.jfrog.io/openhab</oh.repo.distBaseUrl>
<oh.repo.releaseBaseUrl>https://openhab.jfrog.io/openhab</oh.repo.releaseBaseUrl>
<oh.repo.snapshotBaseUrl>${oh.repo.releaseBaseUrl}</oh.repo.snapshotBaseUrl>
</properties>
Expand All @@ -76,11 +76,6 @@
</repositories>

<pluginRepositories>
<pluginRepository>
<id>jcenter</id>
<name>JCenter Repository</name>
<url>https://jcenter.bintray.com</url>
</pluginRepository>
<pluginRepository>
<id>openhab-release</id>
<name>openHAB Release Repository</name>
Expand Down

0 comments on commit f3fee06

Please sign in to comment.