diff options
Diffstat (limited to 'dataChange/model')
-rwxr-xr-x | dataChange/model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dataChange/model/pom.xml b/dataChange/model/pom.xml index d0f25a68..ef13cb6f 100755 --- a/dataChange/model/pom.xml +++ b/dataChange/model/pom.xml @@ -32,7 +32,7 @@ <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>maven-sal-api-gen-plugin</artifactId> - <version>${odl.yangtools.version}</version> + <version>${odl.sal.api.gen.plugin.version}</version> <type>jar</type> </dependency> </dependencies> @@ -61,7 +61,7 @@ <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>yang-binding</artifactId> - <version>${odl.yangtools.version}</version> + <version>${odl.mdsal.yang.binding.version}</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> |