<?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>dev.nextftc.publishing.multi-module</groupId>
  <artifactId>dev.nextftc.publishing.multi-module.gradle.plugin</artifactId>
  <version>1.0.1</version>
  <packaging>pom</packaging>
  <name>NextFTC Publishing</name>
  <description>The plugin used to publish NextFTC libraries.</description>
  <url>https://github.com/NextFTC/Publishing</url>
  <licenses>
    <license>
      <name>GNU General Public License, version 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Davis Luxenberg</name>
      <email>davis.luxenberg@outlook.com</email>
      <organizationUrl>https://github.com/BeepBot99</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/NextFTC/Publishing.git</connection>
    <developerConnection>scm:git:ssh://github.com:NextFTC/Publishing.git</developerConnection>
    <tag>v1.0.1</tag>
    <url>https://github.com/NextFTC/Publishing</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.nextftc</groupId>
      <artifactId>publishing</artifactId>
      <version>1.0.1</version>
    </dependency>
  </dependencies>
</project>
