Bump versions to 3.0.2-SNAPSHOT
[yangtools.git] / yang / yang-common / pom.xml
index 9d0361f05c19cec7affb5c37f822064d4bcc08d1..4bde9d60e69a956817ae9af3be6cff5dbf715bf3 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>
 
@@ -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>