Bump versions to 3.0.0-SNAPSHOT
[yangtools.git] / yang / openconfig-parser-support / pom.xml
index 9f97e296cc6e85b4d1eacea73ad847d2eacefe59..298e79e4d66eaebec9fb160fab3d007c8f3545af 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.openconfig.parser.support</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>