feat():更新cloud-pay版本为1.0.1增加集成rabbitMq

master
yangpeng 2024-08-07 00:58:20 +08:00
parent 88f8367778
commit bb2edda532
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.muyu</groupId> <groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId> <artifactId>cloud-pay</artifactId>

View File

@ -11,7 +11,7 @@
</parent> </parent>
<artifactId>cloud-pay</artifactId> <artifactId>cloud-pay</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>cloud-pay-client</module> <module>cloud-pay-client</module>