mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-08-29 09:04:14 +00:00
27 lines
1015 B
XML
27 lines
1015 B
XML
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.dromara.daxpay</groupId>
|
|
<artifactId>daxpay</artifactId>
|
|
<version>3.0.0.beta1</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>dax-pay-single</name>
|
|
<description>DaxPay单商户版支付系统</description>
|
|
|
|
<modules>
|
|
<module>bootx-platform</module>
|
|
<module>daxpay-single</module>
|
|
<module>daxpay-single-channel</module>
|
|
<module>daxpay-single-client</module>
|
|
<module>daxpay-single-sdk</module>
|
|
</modules>
|
|
<properties>
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
<maven.compiler.target>21</maven.compiler.target>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
</project>
|