Bump versions to 6.0.3-SNAPSHOT
[yangtools.git] / yang / yang-model-api / pom.xml
index ce6f77b436f087afa92174dc4a1efa36fac7e59a..e686295d488d4c4bcd1616aeee84c4e1dbbefda8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>5.0.5-SNAPSHOT</version>
+        <version>6.0.3-SNAPHOST</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
             <artifactId>guava</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.model.api</Automatic-Module-Name>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>