OW2 Consortium contrail

Rev

Rev 1989 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1042 sandre 1
<?xml version="1.0" encoding="UTF-8"?>
2
<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/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <groupId>org.ow2.contrail.conpaas</groupId>
5
  <artifactId>builder</artifactId>
6
  <version>0.1.0-SNAPSHOT</version>
7
  <packaging>pom</packaging>
8
  <parent>
9
    <groupId>org.ow2.contrail</groupId>
10
    <artifactId>builder</artifactId>
11
    <version>0.2.1-SNAPSHOT</version>
12
    <relativePath>..</relativePath>
13
  </parent>
1798 sandre 14
  <name>Contrail ConPaaS builder</name>
1042 sandre 15
  <modules>
1798 sandre 16
    <module>conpaas-mysql</module>
1947 sandre 17
    <module>conpaas-frontend</module>
2195 sandre 18
    <module>conpaas-taskfarm</module>
1989 sandre 19
    <module>conpaas-web</module>
1042 sandre 20
  </modules>
21
</project>