Change to CCSDK and ODL Carbon
[appc.git] / appc-inbound / appc-artifact-handler / model / pom.xml
index 7b9402d..c7b9839 100755 (executable)
@@ -26,6 +26,7 @@
                        <plugin>
                                <groupId>org.opendaylight.yangtools</groupId>
                                <artifactId>yang-maven-plugin</artifactId>
+                                <version>${odl.yangtools.version}</version>
                                <dependencies>
                                        <dependency>
                                                <groupId>org.opendaylight.mdsal</groupId>
@@ -44,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>