Changed version from '0.5.7-SNAPSHOT' to '0.5.7'. Removed 'model' module from build.
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / GenerateTest2 / pom.xml
index 8f28c8442a2ebe04926d04eb11b883fd7d3287cf..cc655116d0fb76f7a5ce711ec85b0203fe4c53e4 100644 (file)
@@ -11,7 +11,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>generator-test1</artifactId>
-            <version>0.5.7-SNAPSHOT</version>
+            <version>0.5.7</version>
             <scope>system</scope>
             <systemPath>${project.basedir}/../GenerateTest1/target/generator-test1-0.5-SNAPSHOT.jar</systemPath>
         </dependency>
@@ -22,7 +22,7 @@
             <plugin>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>0.5.7-SNAPSHOT</version>
+                <version>0.5.7</version>
                 <executions>
                     <execution>
                         <goals>
@@ -49,7 +49,7 @@
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>yang-maven-plugin-spi</artifactId>
-                        <version>0.5.7-SNAPSHOT</version>
+                        <version>0.5.7</version>
                         <type>test-jar</type>
                     </dependency>
                 </dependencies>