Rebuild all cord-tester and cord-apps version with latest onos updated with guava 22.0.
cord-tester needs to be changed to use these apps.

Change-Id: I90a943c62874aa9f8df74d270789509c326f706a
diff --git a/src/test/apps/xconnect/pom.xml b/src/test/apps/xconnect/pom.xml
index ed8c345..7eed9ea 100644
--- a/src/test/apps/xconnect/pom.xml
+++ b/src/test/apps/xconnect/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.ciena.xconnect</groupId>
     <artifactId>xconnect</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>ONOS OSGi bundle archetype</description>
@@ -27,7 +27,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.8.0</onos.version>
+        <onos.version>1.10.0-rc4</onos.version>
 
         <onos.app.name>org.ciena.xconnect</onos.app.name>
         <onos.app.title>ciena xconnect</onos.app.title>