Update pom stuff so the versions should compile better

This commit is contained in:
libraryaddict
2022-03-11 03:29:28 +13:00
parent fe67553bd8
commit 0ecbc824dd
7 changed files with 10 additions and 9 deletions

View File

@@ -2,11 +2,11 @@
<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>
<artifactId>nms</artifactId>
<packaging>pom</packaging>
<parent>
<artifactId>LibsDisguises</artifactId>
<artifactId>parent</artifactId>
<groupId>LibsDisguises</groupId>
<version>10.0.27-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>