You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 735 B

2 years ago
2 years ago
2 years ago
4 years ago
5 years ago
12345678910111213141516171819202122232425
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. 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. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.jd.blockchain</groupId>
  7. <artifactId>jdchain-parent</artifactId>
  8. <version>1.1.9.RELEASE</version>
  9. <relativePath>../project/parent</relativePath>
  10. </parent>
  11. <artifactId>deploy-root</artifactId>
  12. <version>1.6.5.RELEASE</version>
  13. <packaging>pom</packaging>
  14. <properties>
  15. <core.version>1.6.5.RELEASE</core.version>
  16. </properties>
  17. <modules>
  18. <module>../core</module>
  19. <module>deploy-gateway</module>
  20. <module>deploy-peer</module>
  21. </modules>
  22. </project>