Pick up byte-buddy from yangtools
[mdsal.git] / model / ietf / rfc8342-ietf-datastores / pom.xml
index eb26cde46a95c80e7d8f0188ec177f914e12563b..38468959a201d1305c5eff3f28c0616537aaa116 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>5.0.5-SNAPSHOT</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8342-ietf-datastores</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>14.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
     <description>RFC8342 ietf-datastores</description>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.datastores.rfc8342</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>