diff options
author | Ryan Young <ry303t@att.com> | 2018-08-13 22:37:11 -0400 |
---|---|---|
committer | Ryan Young <ry303t@att.com> | 2018-08-14 21:55:39 -0400 |
commit | b7c21e18163eb851327ab12c110a1e6b256b9535 (patch) | |
tree | 8a4aeb4c3c07c80d88a1bdc9e91a34b03e36798c /appc-client | |
parent | a3ef36003d2d368f25d2a0cff3f9ed550d38aac2 (diff) |
Karaf 4 for appc-provider
Change-Id: Id0f8f51426a5595f51943e8b9d1bb62ed8ee1c8d
Issue-ID: APPC-1028
Signed-off-by: Ryan Young <ry303t@att.com>
Diffstat (limited to 'appc-client')
-rw-r--r-- | appc-client/client-kit/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-client/client-kit/pom.xml b/appc-client/client-kit/pom.xml index f7f318427..635b0e3f5 100644 --- a/appc-client/client-kit/pom.xml +++ b/appc-client/client-kit/pom.xml @@ -57,7 +57,7 @@ <goal>generate-sources</goal>
</goals>
<configuration>
- <sourceFileName>META-INF/yang/appc-provider-lcm.yang</sourceFileName>
+ <sourceFileName>META-INF/yang/appc-provider-lcm@2016-01-08.yang</sourceFileName>
<outputFileName>target/generated-sources/appc-provider-lcm/appc-provider-lcm.json</outputFileName>
<templateName>templates/open-api/yang-to-open-api.ftl</templateName>
<contextBuilderClassName>org.onap.appc.tools.generator.extensions.YangContextBuilderImpl
|