Skip to content

Commit

Permalink
switched snapshot online repo to artifactory (openhab#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer authored Apr 29, 2017
1 parent e17d680 commit 168bc53
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function main() {
cd $DIRNAME

echo "Uploading archive $PACKAGE_ARCHIVE"
response=$(curl -s -u ${ARTIFACTORY_USER}:${ARTIFACTORY_API_KEY} -H "X-Explode-Archive-Atomic: true" -X PUT "${ARTIFACTORY_URL}/repo.zip" -T ${PACKAGE_ARCHIVE} )
response=$(curl -s -u ${ARTIFACTORY_USER}:${ARTIFACTORY_API_KEY} -H "X-Explode-Archive-Atomic: true" -X PUT "${ARTIFACTORY_URL}/${PACKAGE_VERSION}/repo.zip" -T ${PACKAGE_ARCHIVE} )
echo "Upload finished: $response"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ org.ops4j.pax.url.mvn.defaultRepositories=\
# This contains the openhab, smart home and default repositories.
#
org.ops4j.pax.url.mvn.repositories= \
https://dl.bintray.com/openhab/mvn/online-repo/${online.repo.version}@id=openhab@snapshots
${online.repo}@id=openhab@snapshots
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openHAB Distribution Version Information
----------------------------------------
build-no : ${build.number}
online-repo : https://dl.bintray.com/openhab/mvn/online-repo/${online.repo.version}
online-repo : ${online.repo}

Repository Version
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion features/addons-esh/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<bundle>mvn:org.openhab.core/org.openhab.io.rest.docs/${project.version}</bundle>
</feature>

<feature name="openhab-misc-marketplace" description="IoT Marketplace" version="${project.version}">
<feature name="openhab-misc-market" description="Eclipse IoT Market" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>esh-extensionservice-marketplace</feature>
</feature>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

<properties>
<build.number>- local build -</build.number>
<online.repo.version>2.1.nightly</online.repo.version>
<online.repo>https://openhab.jfrog.io/openhab/online-repo-snapshot/${online.repo.version}@id=openhab@snapshots</online.repo>
<online.repo.version>2.1</online.repo.version>
<online.repo>https://openhab.jfrog.io/openhab/online-repo-snapshot/${online.repo.version}</online.repo>

<esh.version>0.9.0-SNAPSHOT</esh.version>
<ohc.version>2.1.0-SNAPSHOT</ohc.version>
Expand Down

0 comments on commit 168bc53

Please sign in to comment.