Release netconf
[netconf.git] / netconf / mdsal-netconf-tcp / pom.xml
index c656657788c33dfcecba3911625296c1654da20d..05b5cd0057f601d2c080dadc102445550d1d2040 100644 (file)
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../netconf-parent</relativePath>
+    <version>3.0.7</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>mdsal-netconf-tcp</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
 
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>netconf-util</artifactId>
-    </dependency>
   </dependencies>
 
 </project>