Bump versions for 2.2.0 release
[deliverable/tracecompass.git] / releng / org.eclipse.tracecompass.target / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
7 <artifactId>org.eclipse.tracecompass.releng-parent</artifactId>
8 <groupId>org.eclipse.tracecompass</groupId>
9 <version>2.2.0-SNAPSHOT</version>
10 </parent>
11
12 <artifactId>org.eclipse.tracecompass.target</artifactId>
13 <name>Trace Compass Target Platform</name>
14 <packaging>pom</packaging>
15
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.codehaus.mojo</groupId>
20 <artifactId>build-helper-maven-plugin</artifactId>
21 <version>1.12</version>
22 <executions>
23 <execution>
24 <id>attach-artifacts</id>
25 <phase>package</phase>
26 <goals>
27 <goal>attach-artifact</goal>
28 </goals>
29 <configuration>
30 <artifacts>
31 <artifact>
32 <file>tracecompass-e4.5.target</file>
33 <type>target</type>
34 <classifier>tracecompass-e4.5</classifier>
35 </artifact>
36 <artifact>
37 <file>tracecompass-e4.6.target</file>
38 <type>target</type>
39 <classifier>tracecompass-e4.6</classifier>
40 </artifact>
41 <artifact>
42 <file>tracecompass-eStaging.target</file>
43 <type>target</type>
44 <classifier>tracecompass-eStaging</classifier>
45 </artifact>
46 <!-- More targets could be added here -->
47 </artifacts>
48 </configuration>
49 </execution>
50 </executions>
51 </plugin>
52 </plugins>
53 </build>
54 </project>
This page took 0.032422 seconds and 5 git commands to generate.