<?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>
  <parent>
    <groupId>com.github.CloudburstMC.Protocol</groupId>
    <artifactId>bedrock-parent</artifactId>
    <version>0bd459f</version>
  </parent>
  <groupId>com.github.CloudburstMC.Protocol</groupId>
  <artifactId>bedrock-v503</artifactId>
  <version>0bd459f</version>
  <name>CloudburstMC/Protocol</name>
  <description>A protocol library for Minecraft Bedrock Edition</description>
  <url>https://git.io/ProtocolLib</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>CloudburstMC</id>
      <name>Cloudburst (NukkitX)</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/CloudburstMC/Protocol.git</connection>
    <developerConnection>scm:git://github.com/CloudburstMC/Protocol.git</developerConnection>
    <url>git://github.com/CloudburstMC/Protocol.git</url>
  </scm>
  <properties>
    <maven.compiler.source>8</maven.compiler.source>
    <maven.compiler.target>8</maven.compiler.target>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.github.CloudburstMC.Protocol</groupId>
      <artifactId>bedrock-v486</artifactId>
      <version>0bd459f</version>
    </dependency>
  </dependencies>
</project>
