Bump to odlparent 4.0.1
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / test-parent / YangRootNotExist / pom.xml
index 1da608feb4dc7d0724a7aaf0a4d946d933d5daec..bb968be2c2526dbb9c7f02ff3eecabc17466a035 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>yang-root-not-exist</artifactId>