From: Giovanni Meo Date: Tue, 12 Nov 2013 14:55:03 +0000 (+0100) Subject: Fix odl-model-project pom to include correct version of yang-bindings X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~417^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=edd86ff47ae8755f3b9152db570cb40fbc8d813d;ds=inline Fix odl-model-project pom to include correct version of yang-bindings - yang-bindings need to be at the revision of the yang.codegen.version else the code generation will create objects that are not present in the runtime bindings Change-Id: I753195ea8fedce178924eee2bb6d2e916bfc66dc Signed-off-by: Giovanni Meo --- diff --git a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml index 1f9bc7477e..77f419a4ff 100644 --- a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml @@ -217,12 +217,7 @@ org.opendaylight.yangtools yang-binding - ${yang.version} - - - org.opendaylight.yangtools - yang-common - ${yang.version} + ${yang.codegen.version}