<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>dev.jasonxue</groupId>
  <artifactId>stonecutter-remap</artifactId>
  <version>0.2.0</version>
  <name>Stonecutter Remap</name>
  <description>Bridge plugin that integrates Stonecutter multi-version builds with ReplayMod remap.</description>
  <url>https://github.com/jasonxue1/stonecutter-remap</url>
  <licenses>
    <license>
      <name>GNU General Public License v3.0 or later</name>
      <url>https://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jasonxue1</id>
      <name>jasonxue</name>
      <email>hi@jasonxue.dev</email>
      <url>https://github.com/jasonxue1</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/jasonxue1/stonecutter-remap.git</connection>
    <developerConnection>scm:git:git@github.com:jasonxue1/stonecutter-remap.git</developerConnection>
    <url>https://github.com/jasonxue1/stonecutter-remap</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.Fallen-Breath</groupId>
      <artifactId>remap</artifactId>
      <version>f1c1480696</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
