Bump to odlparent 3.1.4 and yangtools 2.0.6.5
[mdsal.git] / binding / mdsal-binding-java-api-generator / pom.xml
index b43ee46d16d01b5d0d99458cb4158a48670fd367..c2ae519c4ec24f8233963a48185cc58d2c6d5e03 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.3</version>
+                <version>2.0.6.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <plugin>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
-                <dependencies>
-                    <!-- The following dependencies are appropriate for Xtend 2.14
-                         (as used with ODL Parent 3.1.3) -->
-                    <dependency>
-                        <groupId>org.eclipse.platform</groupId>
-                        <artifactId>org.eclipse.equinox.common</artifactId>
-                        <version>3.10.0</version>
-                    </dependency>
-                </dependencies>
             </plugin>
         </plugins>
     </build>