cqyt/shapelight-common/pom.xml

17 lines
565 B
XML

<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>
<groupId>shapelight.net</groupId>
<artifactId>shapelight-cell</artifactId>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shapelight-common</artifactId>
<packaging>jar</packaging>
<description>shapelight-common</description>
<build>
<finalName>${project.artifactId}</finalName>
</build>
</project>