Bump versions for EMF Compare 3.3.1
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.uml2.rcp.ui.tests / pom.xml
blob93e483ae05ed55f4d651ab6af1c7959a9edcdfe3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <artifactId>emf.compare-test-parent</artifactId>
7     <groupId>org.eclipse.emf.compare</groupId>
8     <version>1.0.0-SNAPSHOT</version>
9     <relativePath>../../org.eclipse.emf.compare-parent/test-parent</relativePath>
10   </parent>
11   <groupId>org.eclipse.emf.compare</groupId>
12   <artifactId>org.eclipse.emf.compare.uml2.rcp.ui.tests</artifactId>
13   <version>2.6.0-SNAPSHOT</version>
14   <packaging>eclipse-test-plugin</packaging>
16   <build>
17     <plugins>
18         <plugin>
19           <groupId>org.eclipse.tycho</groupId>
20           <artifactId>tycho-surefire-plugin</artifactId>
21           <configuration>
22             <includes>
23                           <include>org/eclipse/emf/compare/uml2/rcp/ui/tests/suite/AllTests.class</include>
24             </includes>     
25             <useUIHarness>true</useUIHarness>
26             <useUIThread>true</useUIThread>
27           </configuration>
28         </plugin>
29     </plugins>
30   </build>
32 </project>