mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-08-29 09:04:14 +00:00
27 lines
996 B
XML
27 lines
996 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</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>dax-pay-plus</name>
|
|
<description>DaxPay开源版支付系统</description>
|
|
|
|
<modules>
|
|
<module>bootx-platform</module>
|
|
<module>daxpay-open</module>
|
|
<module>daxpay-open-channel</module>
|
|
<module>daxpay-open-server</module>
|
|
<module>daxpay-open-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>
|