Bump versions for 2.2.0 release
[deliverable/tracecompass.git] / releng / org.eclipse.tracecompass.target / pom.xml
CommitLineData
33112414
AM
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>
2e225298 7 <artifactId>org.eclipse.tracecompass.releng-parent</artifactId>
8336b412 8 <groupId>org.eclipse.tracecompass</groupId>
1d310b28 9 <version>2.2.0-SNAPSHOT</version>
33112414
AM
10 </parent>
11
8336b412
AM
12 <artifactId>org.eclipse.tracecompass.target</artifactId>
13 <name>Trace Compass Target Platform</name>
33112414
AM
14 <packaging>pom</packaging>
15
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.codehaus.mojo</groupId>
20 <artifactId>build-helper-maven-plugin</artifactId>
a1c8c397 21 <version>1.12</version>
33112414
AM
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>
e50763b5
MAL
31 <artifact>
32 <file>tracecompass-e4.5.target</file>
33 <type>target</type>
34 <classifier>tracecompass-e4.5</classifier>
35 </artifact>
085af484
MAL
36 <artifact>
37 <file>tracecompass-e4.6.target</file>
38 <type>target</type>
39 <classifier>tracecompass-e4.6</classifier>
40 </artifact>
33112414 41 <artifact>
8336b412 42 <file>tracecompass-eStaging.target</file>
33112414 43 <type>target</type>
8336b412 44 <classifier>tracecompass-eStaging</classifier>
33112414 45 </artifact>
33112414
AM
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.054161 seconds and 5 git commands to generate.