Extend Face and enlarge buffer
diff --git a/pom.xml b/pom.xml
index 1ac549e..7d44d38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.intel.jndn.mock</groupId>
<artifactId>jndn-mock</artifactId>
- <version>0.9.1</version>
+ <version>0.9.2</version>
<packaging>jar</packaging>
<description>Tools for testing NDN Java code without using network IO</description>
<properties>
@@ -13,7 +13,7 @@
</properties>
<dependencies>
<dependency>
- <groupId>net.named_data.jndn</groupId>
+ <groupId>net.named-data</groupId>
<artifactId>jndn</artifactId>
<version>RELEASE</version>
</dependency>