ref 脚手架同步为最新版本

This commit is contained in:
bootx
2024-10-04 21:55:03 +08:00
parent 8c2d860326
commit 380757016c
1516 changed files with 10762 additions and 65322 deletions

27
pom.xml
View File

@@ -1,19 +1,26 @@
<?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">
<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>cn.daxpay.single</groupId>
<artifactId>dax-pay</artifactId>
<groupId>org.dromara.daxpay</groupId>
<artifactId>daxpay</artifactId>
<version>3.0.0.beta1</version>
<packaging>pom</packaging>
<version>2.0.8</version>
<name>dax-pay-single</name>
<description>DaxPay单商户版支付系统</description>
<modules>
<module>daxpay-single</module>
<module>daxpay-single-sdk</module>
<module>daxpay-single-demo</module>
<module>daxpay-single-start</module>
<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>