mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-05 02:19:52 +01:00
82ede4530a
Look at changed files for the changes
25 lines
778 B
XML
25 lines
778 B
XML
<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>
|
|
|
|
<parent>
|
|
<groupId>net.ess3</groupId>
|
|
<artifactId>EssentialsXParent</artifactId>
|
|
<version>2.16.0</version>
|
|
</parent>
|
|
|
|
<artifactId>EssentialsXChat</artifactId>
|
|
|
|
<build>
|
|
<finalName>EssentialsXChat-${full.version}</finalName>
|
|
</build>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>net.ess3</groupId>
|
|
<artifactId>EssentialsX</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |