1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2024-09-20 11:45:48 +00:00
EasyPlugin/easyplugin-lp/pom.xml

25 lines
883 B
XML
Raw Normal View History

2022-01-04 12:38:29 +00:00
<?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>easyplugin-parent</artifactId>
<groupId>cc.carm.lib</groupId>
2022-01-13 08:38:05 +00:00
<version>1.3.2-SNAPSHOT.2</version>
2022-01-04 12:38:29 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties>
<artifactId>easyplugin-lp</artifactId>
<packaging>jar</packaging>
<name>23-EasyPlugin-LuckPerms</name>
2022-01-04 12:38:29 +00:00
</project>