blob: 3960e71cef190bb66f6fd8ae575b280a910331fa [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>
<groupId>org.eclipse.papyrus.robotics</groupId>
<artifactId>org.eclipse.papyrus.robotics.parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.robotics.targetplatform</artifactId>
<packaging>pom</packaging>
<name>RobMoSys Target Platform</name>
<description>This module contains the different Eclipse target platform definitions.</description>
<profiles>
<profile>
<id>2018-12</id>
<activation>
<property>
<name>eclipse.targetrelease</name>
<value>2018-12</value>
</property>
</activation>
<modules>
<module>org.eclipse.papyrus.robotics.targetplatform.2018-12</module>
</modules>
</profile>
<profile>
<id>2019-09</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>org.eclipse.papyrus.robotics.targetplatform.2019-09</module>
</modules>
</profile>
</profiles>
</project>