Bump yangtools to 3.0.14
[mdsal.git] / binding / maven-sal-api-gen-plugin / pom.xml
index 1f227c4d887fe9e552c9fd2e2db09032d94e7aef..33209b59dd9faa25f3ec050543ff3d49d44325e8 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>4.0.2</version>
+        <version>5.0.9</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>maven-sal-api-gen-plugin</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>2.0.16-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>3.0.2-SNAPSHOT</version>
+                <version>4.0.16-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.1.4</version>
+                <version>3.0.14</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>