diff options
author | Deepak Subhramanian <deepak.subhramanian@gmail.com> | 2014-01-15 13:12:14 +0000 |
---|---|---|
committer | Deepak Subhramanian <deepak.subhramanian@gmail.com> | 2014-01-15 13:12:14 +0000 |
commit | 649bfb33d41957e0bb221ea0223c22b9fcd146e7 (patch) | |
tree | 923a99fe21307a23023c91a6a0dc97bd0e163a37 | |
parent | dd527fe478e9b42f37f8ce604cd2eb5992f2cc04 (diff) | |
download | SpyGlass-649bfb33d41957e0bb221ea0223c22b9fcd146e7.tar.gz SpyGlass-649bfb33d41957e0bb221ea0223c22b9fcd146e7.zip |
Updated pom version and to use CDH 4.5 jars
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <cdh.version>cdh4.3.0</cdh.version> + <cdh.version>cdh4.5.0</cdh.version> <datafu.version>0.0.4-${cdh.version}</datafu.version> <flume.version>1.3.0-${cdh.version}</flume.version> @@ -69,7 +69,7 @@ <name>Cascading and Scalding wrapper for HBase with advanced features</name> <groupId>parallelai</groupId> <artifactId>parallelai.spyglass</artifactId> - <version>2.10.2_4.1.1</version> + <version>2.10.2_4.1.2</version> <packaging>jar</packaging> <!-- Repositories --> |