blob: 2e7d700a289e1b9cd24d1e5dbf85ff7ffd810575 [file] [log] [blame]
<!--
Copyright (c) 2011, 2012, 2013, 2014 Red Hat, Inc.
All rights reserved.
This program is made available under the terms of the
Eclipse Public License 2.0 which accompanies this distribution,
t https://www.eclipse.org/legal/epl-2.0/
t
t SPDX-License-Identifier: EPL-2.0
Contributors:
Red Hat, Inc. - initial API and implementation
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.bpmn2</groupId>
<artifactId>org.eclipse.bpmn2.features</artifactId>
<version>1.5.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.bpmn2.features</groupId>
<artifactId>org.eclipse.bpmn2.feature</artifactId>
<packaging>eclipse-feature</packaging>
<name>BPMN 2.0 Metamodel Feature</name>
<description>BPMN 2.0 Metamodel Feature</description>
</project>