Bump versions to 6.0.5-SNAPSHOT
[yangtools.git] / yang / yang-data-api / pom.xml
index d68deeeea41071a92215bff6b20e008cdb88a5ca..917c42953eaf4dcb96cd4e6b8d9380343a7f474f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.api</Automatic-Module-Name>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>