Bump version to 4.0.0-SNAPSHOT
[yangtools.git] / yang / yang-data-codec-gson / pom.xml
index aee0c1edf849ea8b0385b04d1ccc4d325458a999..46883b6470ec43ba70f09121a0376e7d0aca6cae 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>4.0.0-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>