zheng/zheng-oss/pom.xml

26 lines
883 B
XML
Raw Normal View History

2016-11-12 00:12:03 +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>
2016-12-01 11:01:24 +08:00
<groupId>com.zheng</groupId>
2016-11-14 13:12:32 +08:00
<artifactId>zheng-oss</artifactId>
2016-12-01 11:01:24 +08:00
<version>1.0.0</version>
2016-11-12 00:12:03 +08:00
<packaging>pom</packaging>
<name>zheng-oss</name>
2016-11-12 00:12:03 +08:00
<url>http://www.zhangshuzheng.cn</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2017-01-07 22:26:27 +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>
2016-11-12 00:12:03 +08:00
</properties>
<modules>
2016-12-01 11:01:24 +08:00
<module>zheng-oss-sdk</module>
<module>zheng-oss-web</module>
</modules>
2016-11-12 00:12:03 +08:00
</project>