blob: cc9815724aac59dfc8ccd13692791e0daf8a5d62 [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.8.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>2020-06</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>org.eclipse.papyrus.robotics.targetplatform.2020-06</module>
</modules>
</profile>
<profile>
<id>2020-12</id>
<activation>
<property>
<name>eclipse.targetrelease</name>
<value>2020-12</value>
</property>
</activation>
<modules>
<module>org.eclipse.papyrus.robotics.targetplatform.2020-12</module>
</modules>
</profile>
</profiles>
</project>