Bump versions to 3.0.3-SNAPSHOT
[yangtools.git] / yang / yang-data-api / pom.xml
index 7822282eb45f7e000acd9de300e2198ad8634121..19236ce75a1193fc5ab1e1e40fb55e0ba3e7210f 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>
 
@@ -51,7 +51,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>!javax.annotation,*</Import-Package>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.api</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>