| <?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> | 
 | 		<groupId>org.eclipse.papyrus.robotics</groupId> | 
 | 		<artifactId>org.eclipse.papyrus.robotics.configuration</artifactId> | 
 | 		<version>0.9.0-SNAPSHOT</version> | 
 | 		<relativePath>./releng/org.eclipse.papyrus.robotics.configuration</relativePath> | 
 | 	</parent> | 
 | 	 | 
 | 	<groupId>org.eclipse.papyrus.robotics</groupId> | 
 | 	<artifactId>org.eclipse.papyrus.robotics.parent</artifactId> | 
 | 	<packaging>pom</packaging> | 
 | 	<name>Papyrus for Robotics</name> | 
 | 	<description>A Papyrus customization for robotic systems</description> | 
 | 	<url>https://eclipse.org/papyrus/components/robotics</url> | 
 | 	<inceptionYear>2018</inceptionYear> | 
 |  | 
 | 	<modules> | 
 | 		<module>plugins</module> | 
 | 		<module>releng</module> | 
 | 		<module>targetplatform</module> | 
 | 	</modules> | 
 |  | 
 | 	<developers> | 
 | 		<developer> | 
 | 			<name>Ansgar RADERMACHER</name> | 
 | 			<organization>CEA Tech LIST</organization> | 
 | 			<organizationUrl>http://www-list.cea.fr/</organizationUrl> | 
 | 			<id>ar</id> | 
 | 		</developer> | 
 | 		<developer> | 
 | 			<name>Matteo Morelli</name> | 
 | 			<organization>CEA Tech LIST</organization> | 
 | 			<organizationUrl>http://www-list.cea.fr/</organizationUrl> | 
 | 			<id>mm</id> | 
 | 		</developer> | 
 | 	</developers> | 
 |  | 
 | 	<licenses> | 
 | 		<license> | 
 | 			<name>Eclipse Public License</name> | 
 | 			<url>https://www.eclipse.org/legal/epl-2.0/</url> | 
 | 			<distribution>repo</distribution> | 
 | 		</license> | 
 | 	</licenses> | 
 | 	 | 
 | </project> |