blob: dccc0e5ca727cee5274c6fd325c15d3d8de558cf [file] [log] [blame]
<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>
<artifactId>org.polarsys.chess.releng</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>org.polarsys.chess</groupId>
<artifactId>org.polarsys.chess.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>org.polarsys.chess.configuration</module>
<module>org.polarsys.chess.target.neon</module>
<module>eu.fbk.tools.aida.chess.repository</module>
</modules>
</project>