From 6a359b1f17d1985505c9286ed35ab03676112bde Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 6 Jun 2017 13:28:21 +0200 Subject: [PATCH] Add missing version declaration We have unfortunately had a missing version in the aggregator, which then picks up the parent's version. Fix that. Change-Id: Ifcbf2a63d295287a59495cebc910e2986669a727 Signed-off-by: Robert Varga --- third-party/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/third-party/pom.xml b/third-party/pom.xml index efe8ea0990..ad74eacba8 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -19,6 +19,7 @@ 4.0.0 org.opendaylight.yangtools third-party-aggregator + 1.9.0-SNAPSHOT pom -- 2.36.6