Bump versions to 6.0.12-SNAPSHOT
[yangtools.git] / yang / yang-data-codec-gson / pom.xml
index 38070f303cae4c386e16e2840c770fc951dfaa6c..4ab0fc713ecbe3156542f09c80b134d8243a064c 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-gson</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
-    <description>${project.artifactId}</description>
+    <description>JSON (RFC7951) encoding for NormalizedNodes</description>
 
     <dependencies>
         <dependency>