Centralize yang-maven-plugin version
[controller.git] / opendaylight / md-sal / samples / toaster / pom.xml
index 8c95545524244024092896e931306e29032f9baa..ad6d814c1b106382a33a066e0572ae5bc4a6436b 100644 (file)
@@ -19,7 +19,6 @@
             <plugin>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>${yangtools.version}</version>
                 <executions>
                     <execution>
                         <goals>
@@ -45,7 +44,7 @@
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>maven-sal-api-gen-plugin</artifactId>
-                        <version>${yang.codegen.version}</version>
+                        <version>${yangtools.version}</version>
                         <type>jar</type>
                     </dependency>
                 </dependencies>