zheng/zheng-demo/pom.xml

27 lines
939 B
XML
Raw Permalink Normal View History

2017-03-21 13:45:18 +08:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2017-03-31 15:10:44 +08:00
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2017-03-21 13:45:18 +08:00
<modelVersion>4.0.0</modelVersion>
2017-03-21 13:49:39 +08:00
<groupId>com.zheng</groupId>
<artifactId>zheng-demo</artifactId>
<version>1.0.0</version>
2017-03-31 15:10:44 +08:00
<packaging>pom</packaging>
2017-03-21 13:45:18 +08:00
2017-03-31 15:10:44 +08:00
<name>zheng-demo</name>
2017-03-21 13:45:18 +08:00
<url>http://www.zhangshuzheng.cn</url>
2017-03-21 14:31:18 +08:00
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2017-03-31 15:10:44 +08:00
2017-03-21 14:31:18 +08:00
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
</properties>
2017-03-31 15:10:44 +08:00
<modules>
2017-04-02 01:37:59 +08:00
<module>zheng-demo-rpc-api</module>
<module>zheng-demo-rpc-service</module>
2017-03-31 15:10:44 +08:00
<module>zheng-demo-web</module>
</modules>
2017-03-21 13:45:18 +08:00
</project>