Updated yangtools version to 0.5.6-SNAPSHOT.
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / AdditionalConfig / pom.xml
similarity index 93%
rename from yang-maven-plugin-it/src/test/resources/AdditionalConfig/pom.xml
rename to yang/yang-maven-plugin-it/src/test/resources/AdditionalConfig/pom.xml
index 0e54326fb29b3b8cac605abe10f71ac0f99a8d03..d4ffd3739f384f64c23f1ba783bd11b198d95357 100644 (file)
@@ -3,14 +3,14 @@
     <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>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-maven-plugin-spi</artifactId>
-            <version>0.5.5-SNAPSHOT</version>
+            <version>0.5.6-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
@@ -19,7 +19,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>
@@ -56,7 +56,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>