Bump odlparent to 5.0.2
[netvirt.git] / features / odl-netvirt-coe / pom.xml
index c2c4cdcbb63d8464141917591fbb1cbe6a7096a0..d57f6956fb77809bec94abfd8afb5bc970dd01eb 100644 (file)
@@ -6,19 +6,18 @@
  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">
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
+        <version>5.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-coe</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <name>OpenDaylight :: NetVirt :: Coe</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +26,7 @@
         <dependency>
             <groupId>org.opendaylight.coe</groupId>
             <artifactId>odl-coe-api</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>0.7.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -41,7 +40,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.8.0-SNAPSHOT</version>
+            <version>1.11.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
             <artifactId>coe-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-coe-config.xml" -->
+            <groupId>org.opendaylight.netvirt</groupId>
+            <artifactId>coe-impl</artifactId>
+            <version>${project.version}</version>
+            <type>xml</type>
+            <classifier>config</classifier>
+        </dependency>
     </dependencies>
 </project>