pom.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  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. <parent>
  7. <groupId>com.yihu.jw</groupId>
  8. <artifactId>svr-lib-parent-pom</artifactId>
  9. <version>1.0.0</version>
  10. <relativePath>../svr-lib-parent-pom/pom.xml</relativePath>
  11. </parent>
  12. <properties>
  13. <common.verion>1.0.2</common.verion>
  14. </properties>
  15. <groupId>com.yihu.base</groupId>
  16. <artifactId>common-lib-parent-pom</artifactId>
  17. <version>${common.verion}</version>
  18. <packaging>pom</packaging>
  19. <modules>
  20. <module>../common/common-entity</module>
  21. <module>../common/common-rest-model</module>
  22. <module>../common/common-exception</module>
  23. <module>../common/common-request-mapping</module>
  24. <module>../common/common-util</module>
  25. <module>../common/common-fegin</module>
  26. </modules>
  27. </project>