CommandAPI/pom.xml

23 lines
846 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>
2023-10-12 18:16:41 +00:00
<distributionManagement>
<repository>
<id>sbdevelopment-repo</id>
<url>https://repo.sbdevelopment.tech/releases</url>
</repository>
</distributionManagement>
2021-01-21 21:08:36 +00:00
</project>