<?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>
  <name>Zeebe Root</name>
  <artifactId>zeebe-root</artifactId>
  <packaging>pom</packaging>

  <parent>
    <groupId>io.camunda</groupId>
    <artifactId>zeebe-parent</artifactId>
    <version>1.2.6</version>
    <relativePath>parent/pom.xml</relativePath>
  </parent>

  <modules>
    <module>bom</module>
    <module>parent</module>
    <module>atomix</module>
    <module>broker</module>
    <module>protocol-test-util</module>
    <module>samples</module>
    <module>dist</module>
    <module>protocol</module>
    <module>bpmn-model</module>
    <module>logstreams</module>
    <module>engine</module>
    <module>transport</module>
    <module>test</module>
    <module>util</module>
    <module>test-util</module>
    <module>dispatcher</module>
    <module>msgpack-core</module>
    <module>msgpack-value</module>
    <module>build-tools</module>
    <module>gateway-protocol</module>
    <module>gateway-protocol-impl</module>
    <module>gateway</module>
    <module>clients/java</module>
    <module>exporter-api</module>
    <module>protocol-asserts</module>
    <module>exporters/elasticsearch-exporter</module>
    <module>protocol-impl</module>
    <module>protocol-jackson</module>
    <module>zb-db</module>
    <module>expression-language</module>
    <module>snapshot</module>
    <module>journal</module>
    <module>qa</module>
    <module>benchmarks/project</module>
  </modules>

  <scm>
    <url>https://github.com/camunda-cloud/zeebe</url>
    <connection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda-cloud/zeebe.git</connection>
    <developerConnection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda-cloud/zeebe.git</developerConnection>
    <tag>1.2.6</tag>
  </scm>

</project>
