Bump versions to 0.13.1-SNAPSHOT
[netconf.git] / netconf / models / ietf-netconf-notifications / pom.xml
index 2fd6e92649132fbb57d5933538b7342b86a7fd23..209b7dc2efa85351629e608f493cd3ffce3bb815 100644 (file)
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
-    <relativePath>../../netconf-parent</relativePath>
+    <version>1.13.1-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>ietf-netconf-notifications</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.13.1-SNAPSHOT</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>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc8525</artifactId>
+    </dependency>
   </dependencies>
 </project>