releng: Bump versions of parent modules
[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>
38a9b03f 9 <version>2.0.0-SNAPSHOT</version>
33112414
AM
10 </parent>
11
8336b412
AM
12 <groupId>org.eclipse.tracecompass</groupId>
13 <artifactId>org.eclipse.tracecompass.target</artifactId>
14 <name>Trace Compass Target Platform</name>
38a9b03f 15 <version>2.0.0</version>
33112414
AM
16 <packaging>pom</packaging>
17
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.codehaus.mojo</groupId>
22 <artifactId>build-helper-maven-plugin</artifactId>
7679e68a 23 <version>1.9.1</version>
33112414
AM
24 <executions>
25 <execution>
26 <id>attach-artifacts</id>
27 <phase>package</phase>
28 <goals>
29 <goal>attach-artifact</goal>
30 </goals>
31 <configuration>
32 <artifacts>
e50763b5
MAL
33 <artifact>
34 <file>tracecompass-e4.5.target</file>
35 <type>target</type>
36 <classifier>tracecompass-e4.5</classifier>
37 </artifact>
33112414 38 <artifact>
8336b412 39 <file>tracecompass-eStaging.target</file>
33112414 40 <type>target</type>
8336b412 41 <classifier>tracecompass-eStaging</classifier>
33112414 42 </artifact>
33112414
AM
43 <!-- More targets could be added here -->
44 </artifacts>
45 </configuration>
46 </execution>
47 </executions>
48 </plugin>
49 </plugins>
50 </build>
51</project>
This page took 0.040417 seconds and 5 git commands to generate.