Bump versions to 3.3.13
[EMFCompare2.git] / org.eclipse.emf.compare-parent / feature-parent / pom.xml
blob82b74e6588e6fc4ca86ed53387f92fbeb34f7cac
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-parent</artifactId>
7     <groupId>org.eclipse.emf.compare</groupId>
8     <version>3.3.13-SNAPSHOT</version>
9     <relativePath>..</relativePath>
10   </parent>
12   <groupId>org.eclipse.emf.compare</groupId>
13   <artifactId>emf.compare-feature-parent</artifactId>
14   <version>1.0.0-SNAPSHOT</version>
15   <packaging>pom</packaging>
17   <build>
18     <plugins>
19       <plugin>
20         <groupId>org.eclipse.tycho.extras</groupId>
21         <artifactId>tycho-source-feature-plugin</artifactId>
22       </plugin>
23       <plugin>
24         <groupId>org.eclipse.tycho</groupId>
25         <artifactId>tycho-p2-plugin</artifactId>
26         <executions>
27           <execution>
28             <!-- Don't attach (default) metadata before the source-feature execution.-->
29             <id>default-p2-metadata-default</id>
30             <configuration>
31               <attachP2Metadata>false</attachP2Metadata>
32             </configuration>
33           </execution>
34           <execution>
35             <id>attach-p2-metadata</id>
36             <phase>package</phase>
37             <goals>
38               <goal>p2-metadata</goal>
39             </goals>
40           </execution>
41         </executions>
42       </plugin>
43     </plugins>
44   </build>
46 </project>