diff options
author | Patrick Brady <pb071s@att.com> | 2017-12-01 14:22:45 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-04 09:25:21 -0800 |
commit | 1ec98382a7648a5fecace0c96a1a11ec8eef9042 (patch) | |
tree | 20bb9ba4c3e79f24d436f3b2c7873983ada2c1e3 | |
parent | 9e17fa3e7a4823d6585c64581ba8687b07b11844 (diff) |
Missing plugin versionamsterdam
(cherry-pick from master branch)
Yang plugin had missing version causing build failure.
For some reason, it just now became an issue.
Change-Id: If9651a9cdc5f568cd2361fc0e1e80088843b1292
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-324
-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 7954011a6..9d3014ffd 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> |