pom.xml 775 B

1234567891011121314151617181920212223242526
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>cn.itlym.platform</groupId>
  6. <artifactId>shoulder-platform</artifactId>
  7. <version>1.0-SNAPSHOT</version><!-- shoulder-platform-version -->
  8. <relativePath>../pom.xml</relativePath>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <name>shoulder-universal</name>
  12. <artifactId>shoulder-universal</artifactId>
  13. <description>通用系统</description>
  14. <packaging>pom</packaging>
  15. <!-- universal.version -->
  16. <modules>
  17. </modules>
  18. </project>