mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-08-29 09:04:14 +00:00
ref 脚手架同步为最新版本
This commit is contained in:
27
pom.xml
27
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user