diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-15 15:18:54 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-15 15:18:54 -0400 |
commit | 1027b0c07b488bb5f4542bd38501f9a99da5c2cf (patch) | |
tree | 5f1150cb798fc6e17707850caeb29d0e100b8907 /asdcApi/model/pom.xml | |
parent | 41df62392ed3d1775c29b7cc1feb161108026c39 (diff) |
Port sli/northbound to Carbon
Updated sli/northbound repo to compile against OpenDaylight Carbon SR1 release
Change-Id: I6aec68cf436e11f5fd5b7094eb5616536bead44f
Issue-ID: CCSDK-25
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'asdcApi/model/pom.xml')
-rwxr-xr-x | asdcApi/model/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asdcApi/model/pom.xml b/asdcApi/model/pom.xml index b9f48326..327b8627 100755 --- a/asdcApi/model/pom.xml +++ b/asdcApi/model/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>asdcApi</artifactId> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-model</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <packaging>bundle</packaging> <build> @@ -45,7 +45,7 @@ <yangFilesRootDir>${yang.file.directory}</yangFilesRootDir> <codeGenerators> <generator> - <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass> + <codeGeneratorClass>org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass> <outputBaseDir>${salGeneratorPath}</outputBaseDir> </generator> </codeGenerators> |