From 775e1c3b9860a9ef12a219a61af78e934e9ef951 Mon Sep 17 00:00:00 2001 From: Bin Fan Date: Mon, 1 Oct 2018 11:29:03 -0700 Subject: [PATCH] Bump released version to 1.8.1 (#7911) --- README.md | 8 ++++---- docs/_config.yml | 2 +- integration/docker/Dockerfile | 2 +- integration/docker/Dockerfile.fuse | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9f4de367b030..cac60357ee64 100644 --- a/README.md +++ b/README.md @@ -31,26 +31,26 @@ implementing HDFS's file system API. org.alluxio alluxio-core-client-fs - 1.8.0 + 1.8.1 ``` #### Gradle ```groovy -compile 'org.alluxio:alluxio-core-client-fs:1.8.0' +compile 'org.alluxio:alluxio-core-client-fs:1.8.1' ``` #### Apache Ant ```xml - + ``` #### SBT ``` -libraryDependencies += "org.alluxio" % "alluxio-core-client-fs" % "1.8.0" +libraryDependencies += "org.alluxio" % "alluxio-core-client-fs" % "1.8.1" ``` ## Contributing diff --git a/docs/_config.yml b/docs/_config.yml index ffbe85f34695..2b26283c9e68 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,7 +6,7 @@ kramdown: # For release candidates and release branches, this should match the pom.xml Alluxio version, e.g. "1.5.0" or "1.5.0-RC1" # For master branch, this should be the latest released version, e.g. "1.5.0" -ALLUXIO_RELEASED_VERSION: 1.8.0 +ALLUXIO_RELEASED_VERSION: 1.8.1 # This should be the same as ALLUXIO_RELEASED_VERSION, except on master branch, where it should be "master" ALLUXIO_MASTER_VERSION_SHORT: master # For release candidates and release branches, this should be the major Alluxio version, e.g. both 1.5.0 and 1.5.0-RC1 should use "1.5" diff --git a/integration/docker/Dockerfile b/integration/docker/Dockerfile index fb1f639c00f1..fad3dc610555 100644 --- a/integration/docker/Dockerfile +++ b/integration/docker/Dockerfile @@ -11,7 +11,7 @@ FROM openjdk:8-jdk-alpine -ARG ALLUXIO_TARBALL=http://downloads.alluxio.org/downloads/files/1.8.0/alluxio-1.8.0-bin.tar.gz +ARG ALLUXIO_TARBALL=http://downloads.alluxio.org/downloads/files/1.8.1/alluxio-1.8.1-bin.tar.gz RUN apk add --update bash && \ rm -rf /var/cache/apk/* diff --git a/integration/docker/Dockerfile.fuse b/integration/docker/Dockerfile.fuse index c50c475b47ac..da6677af003f 100644 --- a/integration/docker/Dockerfile.fuse +++ b/integration/docker/Dockerfile.fuse @@ -11,7 +11,7 @@ FROM ubuntu:16.04 -ARG ALLUXIO_TARBALL=http://downloads.alluxio.org/downloads/files/1.8.0/alluxio-1.8.0-bin.tar.gz +ARG ALLUXIO_TARBALL=http://downloads.alluxio.org/downloads/files/1.8.1/alluxio-1.8.1-bin.tar.gz ENV ENABLE_FUSE true RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common && \