From: davidplunkett Date: Wed, 6 Feb 2019 20:01:23 +0000 (+0000) Subject: update tools to download snapshot 0.0.2 X-Git-Tag: 1.0.0~36 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=337d61dc6711ff21fb610cb506e48b63c8a54a2b;p=redfish.git update tools to download snapshot 0.0.2 Change-Id: Ie3f9fcf6bd50b07921b59dfaebaae9bcaefa7d8e Signed-off-by: davidplunkett --- diff --git a/buildrc b/buildrc index fe3ccba..c2af2e6 100644 --- a/buildrc +++ b/buildrc @@ -18,7 +18,7 @@ # before executing the build scripts if they differ from the default values. # SET DEFAULT VALUES -export REDFISH_REPO=${REDFISH_REPO:-https://nexus.akraino.org/service/local/artifact/maven/redirect?r=snapshots&g=org.akraino.redfish&a=redfish&v=1.0.0-SNAPSHOT&e=tgz} +export REDFISH_REPO=${REDFISH_REPO:-https://nexus.akraino.org/service/local/artifact/maven/redirect?r=snapshots&g=org.akraino.redfish&a=redfish&v=0.0.2-SNAPSHOT&e=tgz} export IPXE_GIT=${IPXE_GIT:-http://git.ipxe.org/ipxe.git} export DELL_GIT=${DELL_GIT:-https://github.com/dell/iDRAC-Redfish-Scripting.git}