diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/api-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index eb1973424..1490659f2 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -42,7 +42,7 @@ <configuration> <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> |