pom.xml 635 字节
Newer Older
zlt2000's avatar
zlt2000 已提交
1 2 3 4 5 6 7 8
<?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>

    <parent>
        <groupId>com.zlt</groupId>
        <artifactId>central-platform</artifactId>
zlt2000's avatar
zlt2000 已提交
9
        <version>3.5.0</version>
zlt2000's avatar
zlt2000 已提交
10 11 12 13
    </parent>
    <artifactId>zlt-web</artifactId>
    <description>前端</description>
    <packaging>pom</packaging>
zlt2000's avatar
zlt2000 已提交
14 15 16
    <modules>
        <module>back-web</module>
    </modules>
zlt2000's avatar
zlt2000 已提交
17
</project>