Michael Wenz | c67bcd3 | 2015-06-12 16:49:36 +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 | e7d1933 | 2015-11-20 16:21:43 +0100 | [diff] [blame^] | 9 | <version>0.13.0-SNAPSHOT</version>
|
Michael Wenz | c67bcd3 | 2015-06-12 16:49:36 +0200 | [diff] [blame] | 10 | <relativePath>../../parent</relativePath>
|
| 11 | </parent>
|
| 12 |
|
| 13 | <name>Graphiti SVG Export</name>
|
| 14 | <artifactId>org.eclipse.graphiti.export.batik</artifactId>
|
| 15 | <packaging>eclipse-plugin</packaging>
|
| 16 | </project> |