Bump versions to 6.0.13-SNAPSHOT
[yangtools.git] / yang / yang-data-codec-gson / pom.xml
index 27a1b1a9d29c4f744041be08d82065fc59755c4a..6e1142b91238504312af9e821fb8b98c80e98566 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>6.0.13-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-data-codec-gson</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
-    <description>${project.artifactId}</description>
+    <description>JSON (RFC7951) encoding for NormalizedNodes</description>
 
     <dependencies>
         <dependency>