diff options
author | Chandan Rajah <chandan.rajah@gmail.com> | 2013-07-15 14:27:13 +0100 |
---|---|---|
committer | Chandan Rajah <chandan.rajah@gmail.com> | 2013-07-15 14:27:13 +0100 |
commit | fe337fb700e5a7b56a21f1329380110118a5089c (patch) | |
tree | f0eec922e69cc7fd9a3c0cec7ece91a9cf75417c | |
parent | 606b0dc440089bbd1302b333d6399e17177d6891 (diff) | |
download | SpyGlass-fe337fb700e5a7b56a21f1329380110118a5089c.tar.gz SpyGlass-fe337fb700e5a7b56a21f1329380110118a5089c.zip |
Reverting back to Scala version 2.9.3 due to problems running jobs on the cluster
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ <name>Cascading and Scalding wrapper for HBase with advanced features</name> <groupId>parallelai</groupId> <artifactId>parallelai.spyglass_2.9.3</artifactId> - <version>2.1.1</version> + <version>2.2.0</version> <packaging>jar</packaging> <properties> @@ -362,4 +362,4 @@ </pluginManagement> </build> -</project>
\ No newline at end of file +</project> |