aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/pom.xml')
-rw-r--r--src/main/resources/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/pom.xml b/src/main/resources/pom.xml
index c151e29..5e83259 100644
--- a/src/main/resources/pom.xml
+++ b/src/main/resources/pom.xml
@@ -8,7 +8,7 @@
<description>Cascading and Scalding wrapper for HBase with advanced features</description>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>2.11_0.17.2_5.3.0</version>
+ <version>2.11_0.17.2_5.3.1</version>
<packaging>jar</packaging>
<organization>
@@ -75,19 +75,19 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
- <version>2.5.0-mr1-cdh5.3.0</version>
+ <version>2.5.0-mr1-cdh5.3.1</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
- <version>2.5.0-cdh5.3.0</version>
+ <version>2.5.0-cdh5.3.1</version>
</dependency>
<!-- HBase -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
- <version>0.98.6-cdh5.3.0</version>
+ <version>0.98.6-cdh5.3.1</version>
</dependency>
<dependency>