Bump versions to 6.0.12-SNAPSHOT
[yangtools.git] / yang / yang-data-codec-binfmt / pom.xml
index 180783378a30e38791fb4acf757377a523a59cf3..af3b6914e11e8c54539c33739c58263fc435ee04 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>6.0.12-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-data-codec-binfmt</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
-    <description>${project.artifactId}</description>
+    <description>DataInput/Output for NormalizedNodes</description>
 
     <dependencies>
         <dependency>
             <artifactId>yang-test-util</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>