pom.xml 831 B

1234567891011121314151617181920212223
  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.aizuda</groupId>
  7. <artifactId>snail-job</artifactId>
  8. <version>${revision}</version>
  9. <relativePath>../pom.xml</relativePath>
  10. </parent>
  11. <artifactId>snail-job-common</artifactId>
  12. <name>snail-job-common</name>
  13. <description>snail-job-common</description>
  14. <packaging>pom</packaging>
  15. <modules>
  16. <module>snail-job-common-model</module>
  17. <module>snail-job-common-core</module>
  18. <module>snail-job-common-log</module>
  19. </modules>
  20. </project>