mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-20 17:46:52 +01:00
3237632eb4
Resolves numerous build errors that emerged in 613e852ffd
and for some reason didn't cause a build error on ender.zone, but did everywhere else.
Fixes #1970
14 lines
552 B
XML
14 lines
552 B
XML
<?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">
|
|
<parent>
|
|
<artifactId>EssentialsXParent</artifactId>
|
|
<groupId>net.ess3</groupId>
|
|
<version>2.15.0</version>
|
|
<relativePath>../../pom.xml</relativePath>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>NMSProvider</artifactId>
|
|
</project> |