移动zheng-wechat-mp到zheng-wechat模块下

This commit is contained in:
shuzheng 2017-02-08 23:17:33 +08:00
parent 50618089ed
commit b124f62ded
27 changed files with 32 additions and 3 deletions

25
zheng-wechat/pom.xml Normal file
View File

@ -0,0 +1,25 @@
<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>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>zheng-wechat</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>
<modules>
<module>zheng-wechat-mp</module>
<module>zheng-wechat-app</module>
</modules>
</project>

View File

@ -2,9 +2,13 @@
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>
<parent>
<groupId>com.zheng</groupId>
<artifactId>zheng-wechat</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>zheng-wechat-mp</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>zheng-wechat-mp</name>
@ -24,4 +28,4 @@
<module>zheng-wechat-mp-admin</module>
</modules>
</project>
</project>