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

Commit 19286a4

Browse files
author
Luke Lovett
committed
BUMP 1.4.2
1 parent 7c12bfc commit 19286a4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.4.2 / 16th of November, 2015
2+
==============================
3+
4+
This is a minor release that contains small improvements and bug fixes from 1.4.1.
5+
6+
* [HADOOP-238] Run the 'splitVector' command on the same database from which we want the splits.
7+
18
1.4.1 / 29th of September, 2015
29
===============================
310

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if(project.hasProperty("clusterVersion")) {
5959
}
6060

6161
allprojects {
62-
version = '1.4.1'
62+
version = '1.4.2'
6363
group = 'org.mongodb.mongo-hadoop'
6464
}
6565

core/src/test/java/com/mongodb/hadoop/testutils/BaseHadoopTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public abstract class BaseHadoopTest {
3030

3131
public static final String HADOOP_HOME;
3232
public static final String PROJECT_VERSION = loadProperty("project"
33-
+ ".version", "1.4.1");
33+
+ ".version", "1.4.2");
3434
public static final String HADOOP_VERSION = loadProperty("hadoop.version", "2.6.0");
3535

3636
// public static final String HIVE_HOME;

0 commit comments

Comments
 (0)