<?xml version="1.0" encoding="UTF-8"?>
<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>com.dimajix.flowman</groupId>
  <artifactId>flowman-root</artifactId>
  <version>0.27.0</version>
  <packaging>pom</packaging>
  <name>Flowman root pom</name>
  <description>A Spark based ETL tool</description>
  <url>https://flowman.io</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Kaya Kupferschmidt</name>
      <email>k.kupferschmidt@dimajix.de</email>
      <organization>dimajix</organization>
      <organizationUrl>https://www.dimajix.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/dimajix/flowman.git</connection>
    <developerConnection>scm:git:ssh://github.com:dimajix/flowman.git</developerConnection>
    <url>https://github.com/dimajix/flowman/tree/master</url>
  </scm>
  <repositories>
    <repository>
      <id>maven-central</id>
      <url>https://repo1.maven.org/maven2/</url>
    </repository>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.8</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
