<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright © 2021 camunda services GmbH (info@camunda.com)
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.camunda</groupId>
  <artifactId>zeebe-process-test-examples</artifactId>
  <version>8.8.1</version>
  <name>Zeebe Process Test Examples</name>
  <description>This pom should be the parent of all specified modules. It defines all versions and provides
    plugins that are required for the child modules.</description>
  <url>https://github.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-examples/</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>camunda</id>
      <name>Camunda Community</name>
      <organization>Camunda</organization>
      <organizationUrl>https://github.com/camunda</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:camunda/zeebe-process-test.git/zeebe-process-test-examples</connection>
    <developerConnection>scm:git:git@github.com:camunda/zeebe-process-test.git/zeebe-process-test-examples</developerConnection>
    <url>https://github.com/camunda/zeebe-process-test/zeebe-process-test-examples</url>
  </scm>
  <repositories>
    <repository>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>camunda-nexus-release</id>
      <url>https://artifacts.camunda.com/artifactory/zeebe-io/</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>camunda-nexus</id>
      <url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
    </repository>
  </repositories>
</project>
