Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
BUMP 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lovett committed Nov 16, 2015
1 parent 7c12bfc commit 19286a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.4.2 / 16th of November, 2015
==============================

This is a minor release that contains small improvements and bug fixes from 1.4.1.

* [HADOOP-238] Run the 'splitVector' command on the same database from which we want the splits.

1.4.1 / 29th of September, 2015
===============================

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if(project.hasProperty("clusterVersion")) {
}

allprojects {
version = '1.4.1'
version = '1.4.2'
group = 'org.mongodb.mongo-hadoop'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public abstract class BaseHadoopTest {

public static final String HADOOP_HOME;
public static final String PROJECT_VERSION = loadProperty("project"
+ ".version", "1.4.1");
+ ".version", "1.4.2");
public static final String HADOOP_VERSION = loadProperty("hadoop.version", "2.6.0");

// public static final String HIVE_HOME;
Expand Down

0 comments on commit 19286a4

Please sign in to comment.