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

Commit

Permalink
Merge pull request #198 from mesosphere/release
Browse files Browse the repository at this point in the history
Release 0.1.4
  • Loading branch information
gabrielhartmann committed Sep 11, 2015
2 parents 692b8b7 + 66dab88 commit 6e3d2b5
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.3"
VERSION="0.1.4"
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.3"
version = "0.1.4"
}

idea {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class 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.3.tgz";
public static final String HDFS_BINARY_FILE_NAME = "hdfs-mesos-executor-0.1.4.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.3</version>
<version>0.1.4</version>

<repositories>
<repository>
Expand Down

0 comments on commit 6e3d2b5

Please sign in to comment.