Move Publisher, Subscriber to jndn-pubsub
diff --git a/pom.xml b/pom.xml
index dd433db..d1f2291 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.intel</groupId>
+ <groupId>com.intel.jndn.utils</groupId>
<artifactId>jndn-utils</artifactId>
- <description>Collection of tools to simplify synchronous and asynchronous requests over the NDN network</description>
- <version>1.0-SNAPSHOT</version>
+ <version>0.9</version>
<packaging>jar</packaging>
+ <description>Collection of tools to simplify synchronous and asynchronous requests over the NDN network</description>
<dependencies>
<dependency>
<groupId>net.named_data.jndn</groupId>