@@ -13,7 +13,7 @@ | |||||
<dependency> | <dependency> | ||||
<groupId>com.jd.blockchain</groupId> | <groupId>com.jd.blockchain</groupId> | ||||
<artifactId>bft-smart</artifactId> | <artifactId>bft-smart</artifactId> | ||||
<version>0.3.0.RELEASE</version> | |||||
<version>${bftsmart.version}</version> | |||||
</dependency> | </dependency> | ||||
<dependency> | <dependency> | ||||
<groupId>com.jd.blockchain</groupId> | <groupId>com.jd.blockchain</groupId> | ||||
@@ -46,7 +46,7 @@ | |||||
<dependency> | <dependency> | ||||
<groupId>com.jd.blockchain</groupId> | <groupId>com.jd.blockchain</groupId> | ||||
<artifactId>data-explorer</artifactId> | <artifactId>data-explorer</artifactId> | ||||
<version>1.1.2.RELEASE</version> | |||||
<version>${explorer.version}</version> | |||||
</dependency> | </dependency> | ||||
<dependency> | <dependency> | ||||
@@ -71,7 +71,7 @@ | |||||
<dependency> | <dependency> | ||||
<groupId>com.jd.blockchain</groupId> | <groupId>com.jd.blockchain</groupId> | ||||
<artifactId>manager-explorer</artifactId> | <artifactId>manager-explorer</artifactId> | ||||
<version>1.1.2.RELEASE</version> | |||||
<version>${explorer.version}</version> | |||||
</dependency> | </dependency> | ||||
<dependency> | <dependency> | ||||
@@ -15,11 +15,18 @@ | |||||
<packaging>pom</packaging> | <packaging>pom</packaging> | ||||
<properties> | <properties> | ||||
<bftsmart.version>0.3.0.RELEASE</bftsmart.version> | |||||
<framework.version>1.2.0-SNAPSHOT</framework.version> | <framework.version>1.2.0-SNAPSHOT</framework.version> | ||||
<explorer.version>1.1.2.RELEASE</explorer.version> | |||||
</properties> | </properties> | ||||
<modules> | <modules> | ||||
<module>../libs/bft-smart</module> | |||||
<module>../framework</module> | <module>../framework</module> | ||||
<module>../explorer</module> | |||||
<module>consensus</module> | <module>consensus</module> | ||||
<module>contract</module> | <module>contract</module> | ||||
<module>crypto</module> | <module>crypto</module> | ||||