ACCUMULO-1166 Merge branch '1.5'
diff --git a/pom.xml b/pom.xml
index 7115c3c..a2f3706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.accumulo</groupId>
   <artifactId>instamo-archetype</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.6.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>instamo-archetype</name>
   <scm>
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 60779f5..91e3bf0 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -25,7 +25,7 @@
   <url>http://accumulo.apache.org</url>
 
   <properties>
-    <accumulo.version>1.5.0</accumulo.version>
+    <accumulo.version>1.6.0-SNAPSHOT</accumulo.version>
     <hadoop-one.version>1.2.1</hadoop-one.version>
     <hadoop-two.version>2.1.0-beta</hadoop-two.version>
     <slf4j.version>1.6.1</slf4j.version>
@@ -198,6 +198,11 @@
       <version>1.2</version>
     </dependency>
     <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.7</version>
+    </dependency>
+    <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
       <version>${httpclient.version}</version>