blob: dbb285802ce9cb33109ab1e3fe960dae8fc3b2be [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., Services) -->
<parent>
<groupId>org.eclipse.papyrus.moka</groupId>
<artifactId>org.eclipse.papyrus.moka.plugins</artifactId>
<version>4.1.0-SNAPSHOT</version>
</parent>
<!-- POM Description -->
<artifactId>org.eclipse.papyrus.moka.trace.interfaces</artifactId>
<packaging>eclipse-plugin</packaging>
<name>org.eclipse.papyrus.moka.trace.interfaces</name>
<description>Moka trace services interfaces</description>
</project>