ExcellentEnchants-spigot/API/pom.xml

20 lines
745 B
XML
Raw Normal View History

2024-02-05 00:26:03 +01: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>ExcellentEnchants</artifactId>
<groupId>su.nightexpress.excellentenchants</groupId>
2024-05-16 12:45:18 +02:00
<version>4.0.5</version>
2024-02-05 00:26:03 +01:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>API</artifactId>
<properties>
2024-05-16 12:45:18 +02:00
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2024-02-05 00:26:03 +01:00
</properties>
</project>