Files
zyplayer-doc/zyplayer-doc-page/pom.xml

17 lines
496 B
XML
Raw Normal View History

2019-06-27 22:42:06 +08: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">
2019-06-27 22:56:40 +08:00
2019-06-27 22:42:06 +08:00
<groupId>com.zyplayer</groupId>
2019-06-27 22:56:40 +08:00
<artifactId>zyplayer-doc-page</artifactId>
2019-06-27 22:42:06 +08:00
<version>1.0.2</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
2019-07-02 23:31:17 +08:00
<module>zyplayer-page-console</module>
2019-06-27 22:42:06 +08:00
</modules>
2019-06-27 22:56:40 +08:00
</project>