Bumping versions for Oxygen.1
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.diagram.ide.ui.papyrus / pom.xml
blob7e1d1f1c8aa89594f6ed13a1eda117e516aee18a
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     <groupId>org.eclipse.emf.compare</groupId>
7     <artifactId>emf.compare-bundle-parent</artifactId>
8     <version>1.0.0-SNAPSHOT</version>
9     <relativePath>../../org.eclipse.emf.compare-parent/bundle-parent</relativePath>
10   </parent>
11   <groupId>org.eclipse.emf.compare</groupId>
12   <artifactId>org.eclipse.emf.compare.diagram.ide.ui.papyrus</artifactId>
13   <version>2.8.1-SNAPSHOT</version>
14   <packaging>eclipse-plugin</packaging>
15   <build>
16     <plugins>
17       <plugin>
18         <groupId>org.eclipse.tycho</groupId>
19         <artifactId>target-platform-configuration</artifactId>
20         <version>${tycho-version}</version>
21         <configuration>
22           <dependency-resolution>
23             <optionalDependencies>ignore</optionalDependencies>
24           </dependency-resolution>
25         </configuration>
26       </plugin>
27     </plugins>
28   </build>
29 </project>