Michael Wenz | 93a1532 | 2015-06-19 13:37:46 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" 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 | <groupId>org.eclipse.graphiti</groupId>
|
| 8 | <artifactId>parent</artifactId>
|
Michael Wenz | 822fe13 | 2018-08-10 15:22:31 +0200 | [diff] [blame] | 9 | <version>0.16.0-SNAPSHOT</version>
|
Michael Wenz | 93a1532 | 2015-06-19 13:37:46 +0200 | [diff] [blame] | 10 | <relativePath>../../parent</relativePath>
|
| 11 | </parent>
|
| 12 |
|
Michael Wenz | 54eab85 | 2015-12-30 15:07:12 +0100 | [diff] [blame] | 13 | <name>Example Composite</name>
|
Michael Wenz | 93a1532 | 2015-06-19 13:37:46 +0200 | [diff] [blame] | 14 | <artifactId>org.eclipse.graphiti.examples.composite</artifactId>
|
| 15 | <packaging>eclipse-plugin</packaging>
|
| 16 | </project> |