<?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>io.github.goooler.shadow</groupId>
  <artifactId>io.github.goooler.shadow.gradle.plugin</artifactId>
  <version>8.1.8</version>
  <packaging>pom</packaging>
  <name>Shadow Gradle Plugin</name>
  <description>A fork of https://github.com/johnrengelman/shadow</description>
  <url>https://github.com/Goooler/shadow</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Gooooler</id>
      <name>Zongle Wang</name>
      <url>https://github.com/Goooler</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Goooler/shadow.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/Goooler/shadow.git</developerConnection>
    <url>https://github.com/Goooler/shadow</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.goooler.shadow</groupId>
      <artifactId>shadow-gradle-plugin</artifactId>
      <version>8.1.8</version>
    </dependency>
  </dependencies>
</project>
