Bump all artifacts to 0.6.0-SNAPSHOT
[yangtools.git] / yang / yang-maven-plugin-it / pom.xml
1 <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">
2
3     <parent>
4         <groupId>org.opendaylight.yangtools</groupId>
5         <artifactId>yang</artifactId>
6         <version>0.6.0-SNAPSHOT</version>
7     </parent>
8
9     <modelVersion>4.0.0</modelVersion>
10     <artifactId>yang-maven-plugin-it</artifactId>
11
12     <dependencies>
13         <dependency>
14             <groupId>org.apache.maven.shared</groupId>
15             <artifactId>maven-verifier</artifactId>
16             <version>1.4</version>
17             <scope>test</scope>
18         </dependency>
19     </dependencies>
20
21     <build>
22         <plugins>
23             <plugin>
24                 <artifactId>maven-failsafe-plugin</artifactId>
25                 <version>2.6</version>
26                 <executions>
27                     <execution>
28                         <goals>
29                             <goal>integration-test</goal>
30                             <goal>verify</goal>
31                         </goals>
32                     </execution>
33                 </executions>
34             </plugin>
35         </plugins>
36     </build>
37
38 </project>