From 5c900a0f949b20d13e91a5464ccc292415b90cc5 Mon Sep 17 00:00:00 2001 From: Hideyuki Tai Date: Tue, 15 Sep 2015 11:45:35 -0700 Subject: [PATCH] Bug 4317: Added the version of yang-maven-plugin. In the pom.xml of config-parent, the version of yang-maven-plugin was missing. In the result, Maven downloaded the latest release version (0.7.1-Lithium-SR1) of yang-maven-plugin, although the latest SNAPSHOT version (0.8.0-SNAPSHOT) was expected here. This patch added the version of yang-maven-plugin, and specified the latest SNAPSHOT version for it. Change-Id: I9a30aa4fc3c80d81c9342664135be484a219493d Signed-off-by: Hideyuki Tai --- opendaylight/config/config-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 52b5ca28e2..0dde3b834c 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -83,6 +83,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools yang-maven-plugin + ${yangtools.version} org.opendaylight.controller -- 2.36.6