Modernize a few descriptions 81/85481/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 1 Nov 2019 10:18:24 +0000 (11:18 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 1 Nov 2019 11:37:39 +0000 (11:37 +0000)
Description is visible in bundle info, make sure we add a a few
words about what we are actually providing in these.

Change-Id: I56d4263a1baedbc94dc10f9e2b3f1c2267ed77b5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-common/pom.xml
yang/yang-data-codec-gson/pom.xml
yang/yang-data-codec-xml/pom.xml

index 24cfb660ee43ab3344b5470e6d93b38e78cb40a5..8419a94e3e7d4294b14b8b6fb87853321ef1fc6d 100644 (file)
@@ -19,7 +19,7 @@
     <artifactId>yang-common</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
-    <description>ODL :: YANG Tools :: ${project.artifactId}</description>
+    <description>Common YANG definitions</description>
 
     <dependencies>
         <dependency>
index 38070f303cae4c386e16e2840c770fc951dfaa6c..41dc804ac9e545fc87d7381c998b9396e169958a 100644 (file)
@@ -19,7 +19,7 @@
     <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>
index 4f77ad7c283b6a3e7ce9c8194b15d45f03f94910..2fa8615f9bcbba7c2f3ed634e007c4d7067faf6f 100644 (file)
@@ -19,7 +19,7 @@
     <artifactId>yang-data-codec-xml</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
-    <description>${project.artifactId}</description>
+    <description>XML (RFC7950) encoding for NormalizedNodes</description>
 
     <dependencies>
         <dependency>