Skip to content

Commit fce7528

Browse files
authored
Merge pull request #348 from FISCO-BCOS/release-2.8.0
Release 2.8.0
2 parents 93f347d + 7dd2dc0 commit fce7528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext {
2525
toml4jVersion = "0.7.2"
2626
bcprovJDK15onVersion = "1.60"
2727
webankJavaCryptoVersion = "1.0.0"
28-
webankHsmCryptoVersion = "1.0.0"
28+
webankHsmCryptoVersion = "1.0.0-GMT0018"
2929

3030
slf4jVersion = "1.7.30"
3131
junitVersion = "4.12"
@@ -37,7 +37,7 @@ ext {
3737
// integrationTest.mustRunAfter test
3838
allprojects {
3939
group = 'org.fisco-bcos.java-sdk'
40-
version = '2.8.0-GMT0018-SNAPSHOT'
40+
version = '2.8.0-GMT0018'
4141
apply plugin: 'maven'
4242
apply plugin: 'maven-publish'
4343
apply plugin: 'idea'

0 commit comments

Comments
 (0)