Bump versions to 3.0.3-SNAPSHOT
[yangtools.git] / yang / yang-data-transform / pom.xml
index bc433f4dba9b65dcfcccc6a8166e20749b4f6e62..7cf667068460aab399d89e86114d895ea6ea27b7 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.3-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
@@ -39,7 +39,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>!javax.annotation,*</Import-Package>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.transform</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>