Bump versions to 14.0.3-SNAPSHOT
[mdsal.git] / model / ietf / rfc8542-ietf-dc-fabric-topology / pom.xml
index 10ddfe87889a6f1d62ca885d75d072468b97a284..1aced1623c05ee646934ee708759433c0aa4955f 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>14.0.3-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>14.0.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
     <description>RFC8542 ietf-dc-fabric-topology</description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8345-ietf-network</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8345-ietf-network-topology</artifactId>
@@ -44,7 +48,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.rfc8542.dc.fabric.topology</Automatic-Module-Name>
+                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.dc.fabric.topology.rfc8542</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>