Migrated to odlparent 4.0.2 and mdsal 3.0.2
[unimgr.git] / template-driver / pom.xml
index acc134d846c111f341e5f1edf61eb5722042e1d9..9d67aa5af818ef1a3260f3cdcd38e6b4afab9ca3 100644 (file)
@@ -7,19 +7,19 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
+<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.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.2 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.14.0-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <properties>
-        <mdsal.version>2.6.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>3.0.2</mdsal.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
@@ -73,7 +73,6 @@
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
-            <scope>test</scope>
         </dependency>
 
         <dependency>