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

Commit 2214f05

Browse files
author
Luke Lovett
committed
BUMP 1.4.1
1 parent 9000ba0 commit 2214f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-SNAPSHOT'
62+
version = '1.4.1'
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-SNAPSHOT");
33+
+ ".version", "1.4.1");
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)