Newer
Older
<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>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>tools.descartes.prisma.releng</relativePath>
</parent>
<organization>
<url>https://se3.informatik.uni-wuerzburg.de/sis76cq/prisma.git</url>
<name>University of Wuerzburg</name>
</organization>
<modules>
<module>tools.descartes.prisma.releng</module>
<module>tools.descartes.prisma.releng.platform</module>
<module>tools.descartes.prisma.core</module>
<module>tools.descartes.prisma.core.tests</module>
<module>tools.descartes.prisma.model</module>
<module>tools.descartes.prisma.model.edit</module>
<module>tools.descartes.prisma.agent.generic</module>
<module>tools.descartes.prisma.agent.generic.edit</module>
<module>tools.descartes.prisma.agent.generic.editor</module>
<module>tools.descartes.prisma.releng.server.product</module>
<module>tools.descartes.prisma.releng.cdo.server.feature</module>
<module>tools.descartes.prisma.core.feature</module>
<module>tools.descartes.prisma.agent.generic.feature</module>
<module>tools.descartes.prisma.releng.p2</module>