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

15 lines
518 B
XML
Raw Normal View History

2021-06-14 17:06:56 +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>net.limework.forks.LimeLogin</groupId>
<artifactId>LimeLogin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>LimeLogin-Plugin</module>
</modules>
</project>