ACCUMULO-1166 improved instamo example unit test

git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/trunk@1488030 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7693af5..25f2032 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,13 +19,13 @@
   <modelVersion>4.0.0</modelVersion>

   <groupId>org.apache.accumulo</groupId>

   <artifactId>instamo-archetype</artifactId>

-  <version>1.5.1-SNAPSHOT</version>

+  <version>1.6.0-SNAPSHOT</version>

   <packaging>maven-archetype</packaging>

   <name>instamo-archetype</name>

   <scm>

-    <connection>scm:svn:http://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/branches/1.5</connection>

-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/branches/1.5</developerConnection>

-    <url>http://svn.apache.org/viewvc/accumulo/contrib/instamo-archetype/branches/1.5</url>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/trunk</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/trunk</developerConnection>

+    <url>http://svn.apache.org/viewvc/accumulo/contrib/instamo-archetype/trunk</url>

   </scm>

   <url>http://accumulo.apache.org</url>

   <build>

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 7704cde..1fb7cf2 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.0.4</hadoop-one.version>
     <hadoop-two.version>2.0.2-alpha</hadoop-two.version>
     <slf4j.version>1.6.1</slf4j.version>