diff --git a/bin/build-hdfs b/bin/build-hdfs index 60b9aac3..796eb006 100755 --- a/bin/build-hdfs +++ b/bin/build-hdfs @@ -3,7 +3,7 @@ # this should move out to gradle builds # this will create in the project/build dir the tarball to distribute -VERSION="0.1.5" +VERSION="0.1.6" PROJ_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/.. && pwd )" BUILD_DIR=$PROJ_DIR/build BUILD_CACHE_DIR=$BUILD_DIR/cache diff --git a/build.gradle b/build.gradle index 015f9b10..9a77138f 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ allprojects { apply plugin: 'idea' group = "com.apache.mesos.hdfs" - version = "0.1.5" + version = "0.1.6" } idea { diff --git a/hdfs-commons/src/main/java/org/apache/mesos/hdfs/util/HDFSConstants.java b/hdfs-commons/src/main/java/org/apache/mesos/hdfs/util/HDFSConstants.java index 9420ad17..54b605cf 100644 --- a/hdfs-commons/src/main/java/org/apache/mesos/hdfs/util/HDFSConstants.java +++ b/hdfs-commons/src/main/java/org/apache/mesos/hdfs/util/HDFSConstants.java @@ -36,7 +36,7 @@ private HDFSConstants() { public static final String HDFS_BINARY_DIR = "hdfs"; // Current HDFS Binary File Name - public static final String HDFS_BINARY_FILE_NAME = "hdfs-mesos-executor-0.1.5.tgz"; + public static final String HDFS_BINARY_FILE_NAME = "hdfs-mesos-executor-0.1.6.tgz"; // HDFS Config File Name public static final String HDFS_CONFIG_FILE_NAME = "hdfs-site.xml"; diff --git a/pom.xml b/pom.xml index cae0223b..9276595d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.apache.mesos hdfs - 0.1.5 + 0.1.6