create cms

This commit is contained in:
shuzheng 2016-10-04 23:19:41 +08:00
parent 22ede2abb2
commit 7d7807276a
1 changed files with 17 additions and 0 deletions

17
cms/pom.xml Normal file
View File

@ -0,0 +1,17 @@
<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>cms</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>cms</name>
<url>http://www.zhangshuzheng.cn</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>