zheng/zheng-wechat/pom.xml

26 lines
894 B
XML
Raw Normal View History

2016-12-01 16:13:31 +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-wechat</artifactId>
2016-12-01 16:13:31 +08:00
<version>1.0.0</version>
<packaging>pom</packaging>
<name>zheng-wechat</name>
2016-12-01 16:13:31 +08:00
<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>
<modules>
<module>zheng-wechat-mp</module>
<module>zheng-wechat-app</module>
2016-12-01 16:13:31 +08:00
</modules>
</project>