Bump versions to 3.0.3-SNAPSHOT (again)
[yangtools.git] / yang / yang-data-codec-gson / pom.xml
index aee0c1edf849ea8b0385b04d1ccc4d325458a999..124498db5cbb0cc77ff9e03f61cc098d6dc32f52 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
@@ -67,7 +67,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>!javax.annotation,*</Import-Package>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.codec.gson</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>