22 lines
826 B
XML
22 lines
826 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>rc-dependencies-framework</artifactId>
|
|
<version>1.5.12-RELEASES</version>
|
|
<relativePath>../rc-dependencies-framework/pom.xml</relativePath>
|
|
</parent>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>rc-tool</artifactId>
|
|
<version>1.5.12-RELEASES</version>
|
|
<packaging>pom</packaging>
|
|
<description>工具集</description>
|
|
<modules>
|
|
<module>rc-tool-core</module>
|
|
<module>rc-tool-crypto</module>
|
|
<module>rc-tool-geo</module>
|
|
</modules>
|
|
</project>
|