<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.expediagroup.graphql</groupId>
  <artifactId>com.expediagroup.graphql.gradle.plugin</artifactId>
  <version>7.0.0-alpha.6</version>
  <packaging>pom</packaging>
  <name>com.expediagroup.graphql.gradle.plugin</name>
  <description>Gradle Kotlin Gradle Plugin that can generate type-safe GraphQL Kotlin client and GraphQL schema in SDL format using reflections</description>
  <url>https://github.com/ExpediaGroup/graphql-kotlin</url>
  <organization>
    <name>https://www.expediagroup.com/</name>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Expedia Group Committers</name>
      <email>oss@expediagroup.com</email>
      <organization>Expedia Group</organization>
      <organizationUrl>https://www.expediagroup.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ExpediaGroup/graphql-kotlin.git</connection>
    <developerConnection>scm:git:git://github.com/ExpediaGroup/graphql-kotlin.git</developerConnection>
    <url>https://github.com/ExpediaGroup/graphql-kotlin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.expediagroup</groupId>
      <artifactId>graphql-kotlin-gradle-plugin</artifactId>
      <version>7.0.0-alpha.6</version>
    </dependency>
  </dependencies>
</project>
