This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
jpath/pom.xml

17 lines
645 B
XML
Raw Normal View History

2023-02-16 23:23:16 +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>
<groupId>me.teridax</groupId>
2023-02-17 15:05:44 +00:00
<artifactId>JPath</artifactId>
2023-02-16 23:23:16 +00:00
<version>1.0-SNAPSHOT</version>
<properties>
2023-02-17 15:05:44 +00:00
<maven.compiler.source>19</maven.compiler.source>
<maven.compiler.target>19</maven.compiler.target>
2023-02-16 23:23:16 +00:00
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>