From 0d3f1c5e98bb5e13ce953ad45f846af89c65c942 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 29 Sep 2020 16:25:15 +0200 Subject: [PATCH] Set description Upstream helpfully sets a generic description, which cascades for example to Sonar. Add a proper description instead. Change-Id: I7e98e101239fb4c3016680e35974cfc1a4b08da0 Signed-off-by: Robert Varga --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cf5103ceb3..923f1b0401 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,12 @@ org.opendaylight.yangtools yangtools-aggregator 6.0.0-SNAPSHOT - yangtools pom + yangtools + + YANG Tools provides basic libraries for parsing YANG and YIN files, working with the resulting effective model, + and handling data complying to this model. + scm:git:ssh://git.opendaylight.org:29418/yangtools.git -- 2.36.6