<?xml version="1.0"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <relativePath>../tl-parent-core</relativePath>
    <groupId>com.top-logic</groupId>
    <artifactId>tl-parent-core</artifactId>
    <version>6.15.0-beta1</version>
  </parent>
  <groupId>com.top-logic.project</groupId>
  <artifactId>project-parent</artifactId>
  <packaging>pom</packaging>

  <modules>
    <module>com.top_logic.board</module>
    <module>com.top_logic.committee</module>
    <module>com.top_logic.meeting</module>
    <module>com.top_logic.milestone</module>
    <module>com.top_logic.product</module>
    <module>com.top_logic.project.cost</module>
    <module>com.top_logic.project.demo</module>
    <module>com.top_logic.project.pos</module>
    <module>com.top_logic.project.stem</module>
    <module>com.top_logic.resources</module>
    <module>com.top_logic.risk</module>
  </modules>
</project>
