Bump versions to 3.0.2-SNAPSHOT
[yangtools.git] / common / concepts / pom.xml
index fba51136889430ed8391333977209f3adc7b852f..18b1a2f4218e06679449da9f43a15f9baae0c8de 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.2-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.concepts</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>