Bump odlparent to 4.0.11
[netconf.git] / restconf / restconf-artifacts / pom.xml
index 12a98fcbea11f225fa8cd4647440985de75af349..c608e7ea00ed5b9e2b1280a7e2d01c7ee315a109 100644 (file)
@@ -6,22 +6,20 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>2.0.2</version>
+      <version>4.0.11</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.9.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>ietf-yang-library</artifactId>
+                <artifactId>ietf-restconf-monitoring</artifactId>
                 <version>${project.version}</version>
             </dependency>
-             <dependency>
+            <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>ietf-restconf-monitoring</artifactId>
+                <artifactId>restconf-common-models</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+              <groupId>org.opendaylight.netconf</groupId>
+              <artifactId>restconf-common</artifactId>
+              <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>restconf-nb-bierman02</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-rest-connector</artifactId>
+                <artifactId>restconf-nb-rfc8040</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
@@ -66,6 +74,8 @@
                 <artifactId>sal-restconf-broker</artifactId>
                 <version>${project.version}</version>
             </dependency>
+
+            <!-- restconf features -->
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>features-restconf</artifactId>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
-
-            <!-- restconf features -->
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>features-restconf</artifactId>
+                <artifactId>odl-mdsal-apidocs</artifactId>
                 <version>${project.version}</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>odl-mdsal-apidocs</artifactId>
+                <artifactId>odl-restconf</artifactId>
                 <version>${project.version}</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>odl-restconf</artifactId>
+                <artifactId>odl-restconf-all</artifactId>
                 <version>${project.version}</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>odl-restconf-all</artifactId>
+                <artifactId>odl-restconf-common</artifactId>
                 <version>${project.version}</version>
                 <type>xml</type>
                 <classifier>features</classifier>