Release mdsal
[mdsal.git] / model / ietf / rfc8294-ietf-routing-types / pom.xml
index 1c50d6666f5db7033893741a12965189f4d1c73d..545c54d56180260b689084c634566a229c22cd1f 100644 (file)
     <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>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8294-ietf-routing-types</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>13.0.2</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
@@ -44,7 +44,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.rfc8294.routing.types</Automatic-Module-Name>
+                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.routing.types.rfc8294</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>