blob: 91c0329e6959e3ee92df7b653fc8a1f08d71304a [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>
<artifactId>org.eclipse.papyrus.robotics.plugins</artifactId>
<groupId>org.eclipse.papyrus.robotics</groupId>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.robotics.codegen</artifactId>
<version>0.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Papyrus for Robotics common codegen plugins</name>
<description>This module contains common code generation plugins</description>
<modules>
<module>org.eclipse.papyrus.robotics.codegen.common</module>
</modules>
</project>