Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Commit

Permalink
incremented version to 0.1.6 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kensipe committed Nov 16, 2015
1 parent 4f9632b commit 4b25c94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/build-hdfs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ allprojects {
apply plugin: 'idea'

group = "com.apache.mesos.hdfs"
version = "0.1.5"
version = "0.1.6"
}

idea {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.apache.mesos</groupId>
<artifactId>hdfs</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>

<repositories>
<repository>
Expand Down

0 comments on commit 4b25c94

Please sign in to comment.