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.

2 years ago
123456789101112131415161718192021
  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. <groupId>com.jd.blockchain</groupId>
  6. <artifactId>jdchain-root</artifactId>
  7. <version>1.6.5.RELEASE</version>
  8. <packaging>pom</packaging>
  9. <description>jdchain root project</description>
  10. <modules>
  11. <module>project</module>
  12. <module>framework</module>
  13. <module>core</module>
  14. <module>deploy</module>
  15. <module>test</module>
  16. </modules>
  17. </project>