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

Commit

Permalink
BUMP 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lovett committed Feb 4, 2015
1 parent 27f537d commit d9f458a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if(project.hasProperty("clusterVersion")) {
}

allprojects {
version = '1.3.2-SNAPSHOT'
version = '1.3.2'
group = 'org.mongodb.mongo-hadoop'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public abstract class BaseHadoopTest {
private static final Logger LOG = LoggerFactory.getLogger(BaseHadoopTest.class);

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

// public static final String HIVE_HOME;
Expand Down

0 comments on commit d9f458a

Please sign in to comment.