Add 1.18.2 and some pom cleanup

This commit is contained in:
libraryaddict
2022-03-05 07:58:40 +13:00
parent 91147ed761
commit 0411e4bcc6
8 changed files with 632 additions and 38 deletions

21
nms/pom.xml Normal file
View File

@@ -0,0 +1,21 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>libsdisguises-nms</artifactId>
<packaging>pom</packaging>
<parent>
<artifactId>LibsDisguises</artifactId>
<groupId>LibsDisguises</groupId>
<version>10.0.27-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
<module>v1_17_R1</module>
<module>v1_18_R1</module>
<module>v1_18_R2</module>
</modules>
</project>