<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.electronwill</groupId>
  <artifactId>nbj</artifactId>
  <version>3.1.0</version>
  <name>nbj</name>
  <description>Simple NBT library in Java</description>
  <url>https://github.com/TheElectronWill/NBJ</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>TheElectronWill</id>
      <url>https://github.com/TheElectronWill</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/TheElectronWill/NBJ.git</connection>
    <developerConnection>scm:git:git://github.com/TheElectronWill/NBJ.git</developerConnection>
    <url>'https://github.com/TheElectronWill/NBJ/tree/master'</url>
  </scm>
</project>
