Started work on v1.2.2 (support for MC 1.13.1 R2).

This commit is contained in:
Jitse Boonstra
2018-11-12 21:09:11 +01:00
parent 3526002c3c
commit cf34ef4c06
7 changed files with 301 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<!--
~ Copyright (c) 2018 Jitse Boonstra
-->
<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>net.jitse</groupId>
<artifactId>npclib-nms</artifactId>
<version>1.2.1</version>
</parent>
<artifactId>npclib-nms-v1_13_R2</artifactId>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.13.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>