Bumping versions for Oxygen.1
[EMFCompare2.git] / org.eclipse.emf.compare-parent / bundle-parent / pom.xml
blob8d10c6b332c74b40cce3e217014704197692d30c
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.2-SNAPSHOT</version>
9     <relativePath>..</relativePath>
10   </parent>
11   <groupId>org.eclipse.emf.compare</groupId>
12   <artifactId>emf.compare-bundle-parent</artifactId>
13   <version>1.0.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15   
16   <build>
17     <plugins>
18       <plugin>
19         <groupId>org.eclipse.tycho</groupId>
20         <artifactId>tycho-source-plugin</artifactId>
21       </plugin>
22     </plugins>
23   </build>
24 </project>