Release netconf
[netconf.git] / model / pom.xml
index 8bcb8037a8378133ff79b1002796a21da035fb99..015a341fa71901c99c0a3e5f05c3fc1973d9937e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>11.0.0</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>5.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
@@ -38,5 +38,8 @@
         <module>rfc8341</module>
         <module>rfc8526</module>
         <module>rfc8639</module>
+
+        <!-- draft-ietf-netconf-crypto-types-24 -->
+        <module>draft-ietf-netconf-crypto-types</module>
     </modules>
 </project>