Bug 5679 - add new module ietf-restconf-monitoring to restconf
[netconf.git] / features / restconf / pom.xml
index 30ad4c15f86dd34ad7a81887e5696f3cc7390c27..2353cba4575c2e55452046d876424a13e1f6d02b 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <artifactId>features-restconf</artifactId>
   <groupId>org.opendaylight.netconf</groupId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.4.3-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
-    <aaa.version>0.4.0-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.7.0-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
-    <features.test.version>1.7.0-SNAPSHOT</features.test.version>
-    <mdsal.version>2.1.0-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
-    <restconf.version>1.4.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
+    <aaa.version>0.4.3-SNAPSHOT</aaa.version>
+    <commons.opendaylight.version>1.7.3-SNAPSHOT</commons.opendaylight.version>
+    <controller.mdsal.version>1.4.3-SNAPSHOT</controller.mdsal.version>
+    <features.test.version>1.7.3-SNAPSHOT</features.test.version>
+    <mdsal.version>2.1.3-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.9.3-SNAPSHOT</mdsal.model.version>
+    <restconf.version>1.4.3-SNAPSHOT</restconf.version>
+    <yangtools.version>1.0.3-SNAPSHOT</yangtools.version>
 
     <features.file>features.xml</features.file>
     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
@@ -40,7 +40,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.7.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <artifactId>sal-rest-docgen</artifactId>
       <version>${restconf.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ietf-yang-library</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ietf-restconf-monitoring</artifactId>
+      <version>${project.version}</version>
+    </dependency>
 
   </dependencies>
   <scm>