<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.silverandro</groupId>
  <artifactId>broadsword</artifactId>
  <version>0.1.3</version>
  <name>Broadsword</name>
  <description>A java class file remapper with a focus on speed</description>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>ARR</name>
      <distribution>repo</distribution>
      <comments>Contact Silver for licensing specifics</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Silver</name>
      <email>me@silverando.dev</email>
      <url>silverandro.dev</url>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/SilverAndro/broadsword</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/SilverAndro/broadsword/issues</url>
  </issueManagement>
</project>
