Bug 4317: Added the version of yang-maven-plugin. 13/27013/2
authorHideyuki Tai <Hideyuki.Tai@necam.com>
Tue, 15 Sep 2015 18:45:35 +0000 (11:45 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 18 Sep 2015 09:18:51 +0000 (09:18 +0000)
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 <Hideyuki.Tai@necam.com>
opendaylight/config/config-parent/pom.xml

index 52b5ca28e2bf17dc180eee29c4eb9591c0168004..0dde3b834c7f7a2032f1b65f96bbc8d0a8f4e647 100644 (file)
@@ -83,6 +83,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <plugin>
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-maven-plugin</artifactId>
+          <version>${yangtools.version}</version>
           <dependencies>
             <dependency>
               <groupId>org.opendaylight.controller</groupId>