Updated yangtools version to 0.5.6-SNAPSHOT.
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / UnknownGenerator / pom.xml
similarity index 94%
rename from yang-maven-plugin-it/src/test/resources/UnknownGenerator/pom.xml
rename to yang/yang-maven-plugin-it/src/test/resources/UnknownGenerator/pom.xml
index 0762f5c99279fb74109cfc1a9c635b54a380e990..3b80af703a9cb56048acfd0f9b2a5bc133cfc8fb 100644 (file)
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.5.5-SNAPSHOT</version>
+    <version>0.5.6-SNAPSHOT</version>
 
     <artifactId>test</artifactId>
 
@@ -12,7 +12,7 @@
             <plugin>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>0.5.5-SNAPSHOT</version>
+                <version>0.5.6-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -47,7 +47,7 @@
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>yang-maven-plugin-spi</artifactId>
-                        <version>0.5.5-SNAPSHOT</version>
+                        <version>0.5.6-SNAPSHOT</version>
                         <type>test-jar</type>
                     </dependency>
                 </dependencies>