pom.xml 866 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>yudao</artifactId>
  7. <groupId>cn.iocoder.boot</groupId>
  8. <version>${revision}</version>
  9. </parent>
  10. <modules>
  11. <module>yudao-module-iot-api</module>
  12. <module>yudao-module-iot-biz</module>
  13. <module>yudao-module-iot-plugins</module>
  14. </modules>
  15. <modelVersion>4.0.0</modelVersion>
  16. <artifactId>yudao-module-iot</artifactId>
  17. <packaging>pom</packaging>
  18. <name>${project.artifactId}</name>
  19. <description>
  20. 物联网模块
  21. <!-- TODO 芋艿:需要补充下说明! -->
  22. </description>
  23. </project>