Migrated to odlparent 4.0.2 and mdsal 3.0.2
[unimgr.git] / features / odl-unimgr-legato-api / pom.xml
index 770c392eb9902569ef5a06e22694a88bf6042372..abe8cb6eca512a75e935e5b31d7e26724f22ad3a 100755 (executable)
@@ -7,12 +7,12 @@
  * 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.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.2 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.1.3</version>
+        <version>4.0.2</version>
         <relativePath />
     </parent>
     <groupId>org.opendaylight.unimgr</groupId>
@@ -22,7 +22,7 @@
     <name>ODL :: unimgr :: ${project.artifactId}</name>
     <modelVersion>4.0.0</modelVersion>
     <properties>
-        <mdsal.model.version>0.14.0-SNAPSHOT</mdsal.model.version>
+        <mdsal.model.version>3.0.2</mdsal.model.version>
     </properties>
 
     <dependencies>