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

Commit 09b824b

Browse files
author
Luke Lovett
committed
BUMP 2.0.2
1 parent ddb01ff commit 09b824b

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

6464
allprojects {
65-
version = '2.0.2.dev'
65+
version = '2.0.2'
6666
group = 'org.mongodb.mongo-hadoop'
6767
}
6868

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", "2.0.2.dev");
33+
+ ".version", "2.0.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)