Bump versions to 6.0.6-SNAPSHOT
[yangtools.git] / yang / yang-data-codec-gson / pom.xml
index 6eea34ef46398e505f9d8fa65f35eeb522c6376a..89690b3dd7fffd053740e7953a5b666dae15229a 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>6.0.6-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>