pom.xml 782 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.xingxi</groupId>
  7. <artifactId>xingxi</artifactId>
  8. <version>4.7.9</version>
  9. <relativePath>../pom.xml</relativePath>
  10. </parent>
  11. <name>xingxi-pay-utils</name>
  12. <artifactId>xingxi-pay-utils</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <packaging>pom</packaging>
  15. <description>xingxi-pay-utils</description>
  16. <modules>
  17. <module>xingxi-unifiedpay-spring-boot-starter</module>
  18. </modules>
  19. </project>