Pin jndn version to 0.6
diff --git a/pom.xml b/pom.xml
index 6b5ff01..130eb39 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>0.10.1</version>
+	<version>0.10.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>
@@ -29,7 +29,7 @@
 		<dependency>
 			<groupId>net.named-data</groupId>
 			<artifactId>jndn</artifactId>
-			<version>RELEASE</version>
+			<version>0.6</version>
 		</dependency>
 		<!-- Test dependencies -->
 		<dependency>