blob: 21646ba3a2b6e4de4df11419dec29e30deaa0558 [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.epp.logging</groupId>
<artifactId>releng</artifactId>
<version>2.0.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>targets</artifactId>
<packaging>pom</packaging>
<modules>
<module>neon</module>
<module>oxygen</module>
<module>photon</module>
<module>2018-09</module>
<module>2018-12</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>target-platform-validation-plugin</artifactId>
<executions>
<execution>
<id>validate-target-platform</id>
<goals>
<goal>validate-target-platform</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>