.flattened-pom.xml 765 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.pavis</groupId>
  7. <artifactId>pavis-plugin</artifactId>
  8. <version>3.7.0</version>
  9. </parent>
  10. <artifactId>pavis-plugin-open</artifactId>
  11. <version>3.7.0</version>
  12. <description>能力开放插件(包括应用管理、API开放授权、API开发等)</description>
  13. <licenses>
  14. <license>
  15. <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
  16. <url>http://www.gnu.org/licenses/lgpl.html</url>
  17. </license>
  18. </licenses>
  19. </project>