Bump versions to 2.0.7-SNAPSHOT
[netconf.git] / netconf / models / ietf-netconf-monitoring-extension / pom.xml
index 30a063eac47eef7bf9c7dcb5940927f93304269a..0be6d8677897df4b3448d22e34f2ed22a12380dd 100644 (file)
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../../netconf-parent</relativePath>
+    <version>2.0.7-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
 
@@ -26,7 +24,6 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>ietf-netconf-monitoring</artifactId>
-      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>