Bump to odlparent 4.0.1
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / test-parent / AdditionalConfig / pom.xml
index dc2cbd1e676460ec7138752c2b1d0716637b7089..f740ad214ee077c179ce717bb7bf9e72339a8167 100644 (file)
@@ -4,14 +4,13 @@
     program and the accompanying materials are made available under the terms of the
     Eclipse Public License v1.0 which accompanies this distribution, and is available
     at http://www.eclipse.org/legal/epl-v10.html -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>test-parent</artifactId>
-        <version>0.6.2-SNAPSHOT</version>
+        <version>@project.version@</version>
     </parent>
 
     <artifactId>additional-config</artifactId>