2017-08-12 11:37:16 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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>org.xxpay</groupId>
|
|
|
|
<artifactId>xxpay-master</artifactId>
|
2017-08-20 17:56:05 +08:00
|
|
|
<version>1.0.0</version>
|
2017-08-12 11:37:16 +08:00
|
|
|
<packaging>pom</packaging>
|
2017-08-20 17:56:05 +08:00
|
|
|
<name>xxpay-master</name>
|
|
|
|
<description>xxpay-master</description>
|
2017-08-12 11:37:16 +08:00
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>xxpay-common</module>
|
|
|
|
<module>xxpay-dal</module>
|
|
|
|
<module>xxpay-mgr</module>
|
|
|
|
<module>xxpay-shop</module>
|
|
|
|
<module>xxpay4spring-cloud</module>
|
2017-09-10 21:28:48 +08:00
|
|
|
<module>xxpay4dubbo</module>
|
2017-10-24 22:48:35 +08:00
|
|
|
<module>xxpay4spring-boot</module>
|
2017-08-12 11:37:16 +08:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2017-08-20 17:56:05 +08:00
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2017-08-12 11:37:16 +08:00
|
|
|
<java.version>1.8</java.version>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
</project>
|