diff options
author | Patrick Brady <pb071s@att.com> | 2017-12-01 14:22:45 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-01 14:23:45 -0800 |
commit | c6f1695b9246e63c345c51fedb513c8f2e70ad48 (patch) | |
tree | 0de9875f2e054aac94bd56707bff51f23a4433f0 /appc-oam/appc-oam-bundle/pom.xml | |
parent | 322cee74e47be24a8001e89d5f3e268efff2245f (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/appc-oam-bundle/pom.xml')
-rw-r--r-- | appc-oam/appc-oam-bundle/pom.xml | 1 |
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> |