CommandAPI/pom.xml

16 lines
639 B
XML
Raw Normal View History

2021-01-21 21:08:36 +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">
<modelVersion>4.0.0</modelVersion>
<properties>
2021-07-05 12:09:54 +00:00
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2021-01-21 21:08:36 +00:00
</properties>
<groupId>nl.iobyte</groupId>
<artifactId>commandapi</artifactId>
2021-07-05 12:09:54 +00:00
<version>1.2</version>
2021-01-21 21:08:36 +00:00
</project>