Bump versions to 3.0.2-SNAPSHOT
[netconf.git] / netconf / models / ietf-netconf-monitoring-extension / pom.xml
index c02c7fc10aa717185ce668d1af0589eca67ac98a..74a332e5eb23c11cc80ca8b6905eeb5500a304d9 100644 (file)
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.mdsal</groupId>
-    <artifactId>binding-parent</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
-    <relativePath/>
+    <groupId>org.opendaylight.netconf</groupId>
+    <artifactId>netconf-parent</artifactId>
+    <version>3.0.2-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
-  <version>1.2.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>