Increase RCP version number to 2.0
[deliverable/tracecompass.git] / rcp / org.eclipse.tracecompass.rcp.ui / pom.xml
CommitLineData
9c0ffa34
BH
1<?xml version="1.0" encoding="UTF-8"?>
2
3<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
a7c2b01f 7 <version>2.0.0-SNAPSHOT</version>
a6140f01
AM
8 <artifactId>org.eclipse.tracecompass.rcp.ui</artifactId>
9 <groupId>org.eclipse.tracecompass</groupId>
9c0ffa34 10
a6140f01 11 <name>Trace Compass RCP UI Plug-in</name>
9c0ffa34
BH
12
13 <parent>
5be236ca 14 <artifactId>org.eclipse.tracecompass.rcp-parent</artifactId>
8336b412 15 <groupId>org.eclipse.tracecompass</groupId>
38a9b03f 16 <version>2.0.0-SNAPSHOT</version>
9c0ffa34
BH
17 </parent>
18
19 <properties>
a6140f01 20 <productId>org.eclipse.tracecompass.rcp.ui.product</productId>
9c0ffa34
BH
21 </properties>
22
23 <build>
24 <resources>
25 <resource>
26 <directory>src</directory>
27 <excludes>
28 <exclude>**/*.java</exclude>
29 </excludes>
30 </resource>
31 </resources>
32 <plugins>
33 <plugin>
34 <groupId>org.eclipse.tycho</groupId>
35 <artifactId>tycho-source-plugin</artifactId>
36 </plugin>
37 </plugins>
38 </build>
39
40 <packaging>eclipse-plugin</packaging>
6792a28e 41</project>
This page took 0.054624 seconds and 5 git commands to generate.