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

Commit d9f458a

Browse files
author
Luke Lovett
committed
BUMP 1.3.2
1 parent 27f537d commit d9f458a

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
@@ -55,7 +55,7 @@ if(project.hasProperty("clusterVersion")) {
5555
}
5656

5757
allprojects {
58-
version = '1.3.2-SNAPSHOT'
58+
version = '1.3.2'
5959
group = 'org.mongodb.mongo-hadoop'
6060
}
6161

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
private static final Logger LOG = LoggerFactory.getLogger(BaseHadoopTest.class);
3131

3232
public static final String HADOOP_HOME;
33-
public static final String PROJECT_VERSION = loadProperty("project.version", "1.3.2-SNAPSHOT");
33+
public static final String PROJECT_VERSION = loadProperty("project.version", "1.3.2");
3434
public static final String HADOOP_VERSION = loadProperty("hadoop.version", "2.4.1");
3535

3636
// public static final String HIVE_HOME;

0 commit comments

Comments
 (0)