aboutsummaryrefslogtreecommitdiffstats
path: root/appc-oam
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-12-01 14:22:45 -0800
committerPatrick Brady <pb071s@att.com>2017-12-01 14:23:45 -0800
commitc6f1695b9246e63c345c51fedb513c8f2e70ad48 (patch)
tree0de9875f2e054aac94bd56707bff51f23a4433f0 /appc-oam
parent322cee74e47be24a8001e89d5f3e268efff2245f (diff)
Missing plugin version
Yang plugin had missing version causing build failure. For some reason, it just now became an issue. Change-Id: I5519bb95e6bba0a009fabc24b82a79afb730614a Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-324
Diffstat (limited to 'appc-oam')
-rw-r--r--appc-oam/appc-oam-bundle/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml
index 2ecb6b4fa..91904b8c7 100644
--- a/appc-oam/appc-oam-bundle/pom.xml
+++ b/appc-oam/appc-oam-bundle/pom.xml
@@ -42,6 +42,7 @@
<plugin>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-maven-plugin</artifactId>
+ <version>${odl.yangtools.version}</version>
<executions>
<execution>
<id>config</id>