pom.xml 711 B

12345678910111213141516171819202122
  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. <groupId>cn.itlym.platform</groupId>
  7. <artifactId>shoulder-platform</artifactId>
  8. <version>1.0-SNAPSHOT</version><!-- shoulder-platform-version -->
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>cn.itlym.platform.notify</groupId>
  12. <artifactId>shoulder-notify-center</artifactId>
  13. <packaging>pom</packaging>
  14. <modules>
  15. <module>shoulder-sms</module>
  16. </modules>
  17. </project>