AceOfShades/core/pom.xml

19 lines
590 B
XML
Raw Normal View History

2021-06-19 18:03:51 +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>ace-of-shades</artifactId>
<groupId>nl.andrewlalis</groupId>
2021-06-20 10:00:11 +00:00
<version>3.0</version>
2021-06-19 18:03:51 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>aos-core</artifactId>
<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
</properties>
</project>