From: davidplunkett Date: Thu, 30 May 2019 23:57:58 +0000 (+0000) Subject: move to snapshot 1.0.1 for new development X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=ca35b1072a5416a08e249633959e094d0669460e;p=redfish.git move to snapshot 1.0.1 for new development Signed-off-by: davidplunkett Change-Id: I36b617ee62b738d146014a819ea84fb760c78d67 --- diff --git a/buildrc b/buildrc index ce762c5..01fc269 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=0.0.2-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=1.0.1-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} diff --git a/version.properties b/version.properties index 82b17e2..72c42b3 100644 --- a/version.properties +++ b/version.properties @@ -14,5 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -export VERSION=0.0.2-SNAPSHOT +export VERSION=1.0.1-SNAPSHOT