<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>ca.stellardrift</groupId>
  <artifactId>publish-github-release</artifactId>
  <version>0.1.0</version>
  <name>publish-github-release</name>
  <description>A plugin to publish Gradle artifacts to a GitHub release</description>
  <url>https://publish-github-release.stellardrift.ca</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License version 3 or later</name>
      <url>https://opensource.org/licenses/LGPL-3.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>zml</name>
      <email>zml at stellardrift [.] ca</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/zml2008/publish-github-release.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/zml2008/publish-github-release.git</developerConnection>
    <url>https://github.com/zml2008/publish-github-release</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/zml2008/publish-github-release/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/zml2008/publish-github-release/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>net.kyori</groupId>
      <artifactId>mammoth</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>24.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.kohsuke</groupId>
      <artifactId>github-api</artifactId>
      <version>1.316</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
