Release netconf
[netconf.git] / netconf / models / ietf-netconf-notifications / pom.xml
index 83602ff54fa5cb9ff6a8dfdcc0d8b3cf29d6777d..8039cb96375cc9c99e785a75d136aca5cd465931 100644 (file)
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../../netconf-parent</relativePath>
+    <version>1.13.4</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>ietf-netconf-notifications</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.13.4</version>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
 
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>ietf-netconf</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991</artifactId>
+      <artifactId>rfc6991-ietf-inet-types</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc6991-ietf-yang-types</artifactId>
     </dependency>
   </dependencies>
 </project>