Bump versions to 3.3.8
[EMFCompare2.git] / packaging / org.eclipse.emf.compare.update.extras / pom.xml
blob9eb664d17e31b1fe18fd90d7d3c594a1f2274857
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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/maven-v4_0_0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <artifactId>emf.compare-parent</artifactId>
6     <groupId>org.eclipse.emf.compare</groupId>
7     <version>3.3.8-SNAPSHOT</version>
8     <relativePath>../../org.eclipse.emf.compare-parent</relativePath>
9   </parent>
10   <artifactId>org.eclipse.emf.compare.update.extras</artifactId>
11   <packaging>eclipse-repository</packaging>
12   <version>3.3.8-SNAPSHOT</version>
13   <build>
14     <plugins>
15       <plugin>
16         <groupId>org.eclipse.tycho</groupId>
17         <artifactId>tycho-p2-repository-plugin</artifactId>
18         <configuration>
19           <createArtifactRepository>true</createArtifactRepository>
20           <finalName>${project.groupId}.extras-${unqualifiedVersion}.${buildQualifier}</finalName>
21           <compress>true</compress>
22           <repositoryName>EMF Compare Extras ${unqualifiedVersion}.${buildQualifier}</repositoryName>
23         </configuration>
24       </plugin>
25       <plugin>
26         <groupId>org.apache.maven.plugins</groupId>
27         <artifactId>maven-resources-plugin</artifactId>
28         <executions>
29           <execution>
30             <phase>verify</phase>
31             <goals>
32               <goal>resources</goal>
33             </goals>
34           </execution>
35         </executions>
36         <configuration>
37           <outputDirectory>${project.build.directory}</outputDirectory>
38         </configuration>
39       </plugin>
40     </plugins>
41   </build>
42 </project>