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 / Correct / pom.xml
index a3de618277d36d3b15a97689fa678a056be69f8b..51756db241f296545573efb5728a7ac1a4602993 100644 (file)
@@ -10,7 +10,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-maven-plugin-spi</artifactId>
-            <version>0.5.7-SNAPSHOT</version>
+            <version>0.5.7</version>
         </dependency>
     </dependencies>
 
@@ -19,7 +19,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>
@@ -43,7 +43,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>