blob: 4e883c64f462c7c6d778bbe5f63c4c3eaa4abde8 [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>
<groupId>org.eclipse.papyrus.tools.rcptt</groupId>
<artifactId>org.eclipse.papyrus.tools.rcptt.parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.tools.rcptt.diagram.usecase</artifactId>
<packaging>rcpttTest</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<license>
<name>Eclipse Public License</name>
<url>https://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Benoit MAGGI</name>
<organization>CEA</organization>
<email>benoit.maggi@cea.fr</email>
</developer>
<developer>
<name>Mickaƫl ADAM</name>
<organization>ALL4TEC</organization>
<email>mickael.adam@all4tec.net</email>
</developer>
</developers>
<contributors>
<contributor>
<name>Lucas Gabillard</name>
<organization>ALL4TEC</organization>
<email>lucas.gabillard@all4tec.net</email>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>org.eclipse.papyrus.tools</groupId>
<artifactId>org.eclipse.papyrus.tools.rcptt</artifactId>
<version>0.2.0-SNAPSHOT</version>
<type>rcpttTest</type>
</dependency>
</dependencies>
</project>