blob: e4b2d5cdb677c22d90285f4fb82c6dc7c7e9f75f [file] [log] [blame]
<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 POM (i.e., Engines) -->
<parent>
<groupId>org.eclipse.papyrus.moka</groupId>
<artifactId>org.eclipse.papyrus.moka.bundles.core.engines</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<!-- POM Description -->
<artifactId>org.eclipse.papyrus.moka.composites.interfaces</artifactId>
<packaging>eclipse-plugin</packaging>
<name>org.eclipse.papyrus.moka.composites.interfaces</name>
<description>Interfaces for composite execution engine</description>
</project>