Updates for ODL Neon
[ccsdk/distribution.git] / dgbuilder / build_pom_for_yang_compile
index c9aa38a..80d4ede 100755 (executable)
@@ -6,13 +6,13 @@ model_pom_content=$(cat <<EOF
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.onap.ccsdk.distribution</groupId>
-               <artifactId>distribution-root</artifactId>      
-                <version>${1}</version>
+       <groupId>org.onap.ccsdk.sli.core</groupId>
+       <artifactId>ccsdk-sli-core</artifactId>
+        <version>LATEST</version>
        </parent>
        <artifactId>yangApp-model</artifactId>
        <packaging>bundle</packaging>
-        <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
        <build>
                <plugins>
@@ -47,7 +47,7 @@ model_pom_content=$(cat <<EOF
                                                        <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>