Add Automatic-Module-Name declarations
[yangtools.git] / yang / yang-data-codec-gson / pom.xml
index ff004df9342bcf024005b57c8fd6b2f3b3613f15..dce9d9f3cab12239ce95a875ba762e12ebba2c89 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
@@ -67,6 +67,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.codec.gson</Automatic-Module-Name>
                         <Import-Package>!javax.annotation,*</Import-Package>
                     </instructions>
                 </configuration>