yoqw/lib/redis/pom.xml
2020-07-01 15:22:07 +08:00

24 lines
753 B
XML

<?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>
<artifactId>yo-redis-client</artifactId>
<name>Yo Redis Client</name>
<description>Yo Redis Client</description>
<packaging>pom</packaging>
<parent>
<groupId>com.pudonghot.yo</groupId>
<artifactId>yo-library</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modules>
<module>api</module>
<module>raw</module>
</modules>
</project>