Release mdsal
[mdsal.git] / model / ietf / rfc8776-ietf-te-types / pom.xml
index bf4f2fffcbc53a3d5a4d321266a298d6e473611d..d3ddfe0dd3e422faec476ce30069201703a2a978 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>13.0.2</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <description>RFC8776 ietf-te-types</description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8294-ietf-routing-types</artifactId>
@@ -39,7 +47,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.rfc8776.te.types</Automatic-Module-Name>
+                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.te.types.rfc8776</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>