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

Commit

Permalink
publish 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lee committed Dec 4, 2014
1 parent 22d205b commit 5748567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ configure(subprojects) {

nexus {
sign = true
// repositoryUrl = 'http://localhost:8081/nexus/content/repositories/internal/'
// snapshotRepositoryUrl = 'http://localhost:8081/nexus/content/repositories/internal-snapshots/'
}

}
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.1-SNAPSHOT");
public static final String PROJECT_VERSION = loadProperty("project.version", "1.3.1");
public static final String HADOOP_VERSION = loadProperty("hadoop.version", "2.4.1");

// public static final String HIVE_HOME;
Expand Down

0 comments on commit 5748567

Please sign in to comment.