BUG-1402: Make sure the version in the yang-maven-plugin-it is interpolated also...
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / test-parent / AdditionalConfig / pom.xml
index dc2cbd1e676460ec7138752c2b1d0716637b7089..0caf0d03b195a790a53a0e26e979708b90b2a8bb 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>test-parent</artifactId>
-        <version>0.6.2-SNAPSHOT</version>
+        <version>@project.parent.version@</version>
     </parent>
 
     <artifactId>additional-config</artifactId>