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

Commit 130ba1b

Browse files
author
Luke Lovett
committed
BUMP 1.5.2
1 parent 9764990 commit 130ba1b

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
@@ -61,7 +61,7 @@ if(project.hasProperty("clusterVersion")) {
6161
}
6262

6363
allprojects {
64-
version = '1.5.2-SNAPSHOT'
64+
version = '1.5.2'
6565
group = 'org.mongodb.mongo-hadoop'
6666
}
6767

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.5.2-SNAPSHOT");
33+
+ ".version", "1.5.2");
3434
public static final String HADOOP_VERSION = loadProperty("hadoop.version", "2.7.2");
3535

3636
// public static final String HIVE_HOME;

0 commit comments

Comments
 (0)