pom.xml 1.0 KB

123456789101112131415161718192021222324252627282930
  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. <!-- <modelVersion>4.0.0</modelVersion>-->
  6. <!-- <groupId>cn.iocoder.boot</groupId>-->
  7. <!-- <artifactId>yudao-module-iot-plugin</artifactId>-->
  8. <!-- <version>0.0.1</version>-->
  9. <!-- <packaging>pom</packaging>-->
  10. <parent>
  11. <artifactId>yudao-module-iot</artifactId>
  12. <groupId>cn.iocoder.boot</groupId>
  13. <version>${revision}</version>
  14. </parent>
  15. <modules>
  16. <module>yudao-module-iot-demo-plugin</module>
  17. <module>yudao-module-iot-http-plugin</module>
  18. </modules>
  19. <modelVersion>4.0.0</modelVersion>
  20. <artifactId>yudao-module-iot-plugin</artifactId>
  21. <packaging>pom</packaging>
  22. <name>${project.artifactId}</name>
  23. <description>
  24. 物联网 插件 模块
  25. </description>
  26. </project>