Bump versions to 3.0.0-SNAPSHOT
[yangtools.git] / yang / yang-common / pom.xml
index 8bfafb1602cbc862491fadf9ceb96d71354acc91..6e0a4b5d06b5ea9ce07d2198fff02b6f2121e53f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
@@ -44,8 +44,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Import-Package>!javax.annotation,*</Import-Package>
-                        <Include-Resource>{META-INF/services=${project.build.directory}/classes/META-INF/services}</Include-Resource>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.common</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>