pom.xml 791 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <packaging>pom</packaging>
  7. <modules>
  8. <module>game-module</module>
  9. <module>game-data</module>
  10. <module>game-platform</module>
  11. </modules>
  12. <parent>
  13. <groupId>com.zanxiang</groupId>
  14. <artifactId>microservices-parent</artifactId>
  15. <version>0.0.4-SNAPSHOT</version>
  16. <relativePath/>
  17. </parent>
  18. <groupId>com.zanxiang.game</groupId>
  19. <artifactId>game-center</artifactId>
  20. <version>0.0.1-SNAPSHOT</version>
  21. </project>