pom.xml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>cc.mrbird</groupId>
  7. <artifactId>febs-cloud</artifactId>
  8. <version>2.1-RELEASE</version>
  9. <relativePath>../febs-cloud/pom.xml</relativePath>
  10. </parent>
  11. <modules>
  12. <module>febs-common-core</module>
  13. <module>febs-common-redis-starter</module>
  14. <module>febs-common-datasource-starter</module>
  15. <module>febs-common-security-starter</module>
  16. <module>febs-common-doc</module>
  17. <module>febs-common-doc-gateway-starter</module>
  18. <module>febs-common-doc-starter</module>
  19. </modules>
  20. <artifactId>febs-common</artifactId>
  21. <version>2.1-RELEASE</version>
  22. <name>FEBS-Common</name>
  23. <packaging>pom</packaging>
  24. <description>FEBS-Common通用模块</description>
  25. </project>