blob: 493548d3fb5a6a024f3f2e9ef9b652f6b87d0ec6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<!-- Parent POM (i.e., Tests) -->
<parent>
<groupId>org.eclipse.papyrus.moka</groupId>
<artifactId>org.eclipse.papyrus.moka.tests.fmi</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<!-- POM description -->
<artifactId>org.eclipse.papyrus.moka.fmi.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<name>org.eclipse.papyrus.moka.fmi.test</name>
</project>