blob: 21bf9d4ed4f31d86c9abcc33eb3853875d360ec5 [file] [log] [blame]
Michael Wenzedf570b2015-06-12 16:35:32 +02001<?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 Wenze7d19332015-11-20 16:21:43 +01009 <version>0.13.0-SNAPSHOT</version>
Michael Wenzedf570b2015-06-12 16:35:32 +020010 <relativePath>../../parent</relativePath>
11 </parent>
12
13 <name>Graphiti Pattern</name>
14 <artifactId>org.eclipse.graphiti.pattern</artifactId>
15 <packaging>eclipse-plugin</packaging>
16</project>