diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-25 14:16:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-25 14:16:34 +0000 |
commit | ba5d516045c3a9f27241d67a2a339a5cc4f23a7d (patch) | |
tree | 804ec8a2e89181f6173dbd2398a5cc7a2da1bc01 /dgbuilder/pom.xml | |
parent | 85287c1aceef703e37e7ffd388ac6c8f3272fcf6 (diff) | |
parent | 52bb9087c39a6a86833684b0cac6b8f9c6043716 (diff) |
Merge "removed the printYangToProp binaries"
Diffstat (limited to 'dgbuilder/pom.xml')
-rw-r--r-- | dgbuilder/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index e1cde5a0..a1961d12 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -120,7 +120,7 @@ <configuration> <tasks> <exec executable="${project.basedir}/build_pom_for_yang_compile"> - <arg value="${project.parent.version}"/> + <!--<arg value="${odlparent-carbon-sr1-version}"/>--> </exec> </tasks> </configuration> |