Update to jndn v0.11

This commit also breaks some tests by moving to the new jndn-mock APIs; TODO fix these tests
diff --git a/pom.xml b/pom.xml
index 5e4b3b1..2e9135f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>com.intel.jndn.utils</groupId>
 	<artifactId>jndn-utils</artifactId>
-	<version>1.0.0</version>
+	<version>1.0.2</version>
 	<name>jndn-utils</name>
 	<description>Collection of tools to simplify synchronous and asynchronous data transfer over the NDN network</description>
 	<url>https://github.com/01org/jndn-utils</url>
@@ -35,7 +35,7 @@
 		<dependency>
 			<groupId>net.named-data</groupId>
 			<artifactId>jndn</artifactId>
-			<version>0.7</version>
+			<version>0.11</version>
 		</dependency>
 		<!-- Test dependencies -->
 		<dependency>
@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>com.intel.jndn.mock</groupId>
 			<artifactId>jndn-mock</artifactId>
-			<version>RELEASE</version>
+			<version>1.0.2</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>