blob: c364e88fb8f272b2f9cf5b857c6a8d0d72665613 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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., root POM of Requirements project) -->
<parent>
<groupId>org.eclipse.papyrus.requirements</groupId>
<artifactId>org.eclipse.papyrus.requirements.features</artifactId>
<version>0.8.0-SNAPSHOT</version>
</parent>
<!-- POM Description -->
<artifactId>org.eclipse.papyrus.requirements.gui.feature</artifactId>
<packaging>eclipse-feature</packaging>
<name>Requirements GUI for papyrus Feature </name>
<version>0.8.0-SNAPSHOT</version>
</project>