<?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>software.amazon.smithy.gradle.smithy-jar</groupId>
  <artifactId>software.amazon.smithy.gradle.smithy-jar.gradle.plugin</artifactId>
  <version>1.1.0</version>
  <packaging>pom</packaging>
  <name>smithy-jar</name>
  <description>Adds built Smithy files to an existing jar task such as that created by the Java or Kotlin plugins. The smithy-jar plugin also adds build metadata and tags to the JAR's MANIFEST. The smithy-jar plugin applies the smithy-base plugin when it is applied.</description>
  <url>https://github.com/smithy-lang/smithy-gradle-plugin</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>smithy</id>
      <name>Smithy</name>
      <organization>Amazon Web Services</organization>
      <organizationUrl>https://aws.amazon.com</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/smithy-lang/smithy-gradle-plugin.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>software.amazon.smithy.gradle</groupId>
      <artifactId>smithy-jar</artifactId>
      <version>1.1.0</version>
    </dependency>
  </dependencies>
</project>
