<?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>
    <artifactId>microcks</artifactId>
    <groupId>io.github.microcks</groupId>
    <version>1.15.0-rc1</version>
  </parent>

  <name>Microcks Distros</name>
  <artifactId>microcks-distro</artifactId>
  <packaging>pom</packaging>

  <properties>
    <multi-project.rootdir>..</multi-project.rootdir>
  </properties>

  <modules>
    <module>uber</module>
    <module>uber-async-minion</module>
  </modules>
</project>