zheng/zheng-api/pom.xml

28 lines
979 B
XML
Raw Permalink Normal View History

2017-02-08 23:03:43 +08:00
<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>
<groupId>com.zheng</groupId>
<artifactId>zheng-api</artifactId>
<version>1.0.0</version>
2017-02-19 13:06:31 +08:00
<modules>
<module>zheng-api-common</module>
<module>zheng-api-rpc-api</module>
<module>zheng-api-rpc-service</module>
<module>zheng-api-server</module>
</modules>
2017-02-08 23:03:43 +08:00
<packaging>pom</packaging>
<name>zheng-api</name>
<url>http://www.zhangshuzheng.cn</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<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>
</project>