We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93f347d + 7dd2dc0 commit fce7528Copy full SHA for fce7528
build.gradle
@@ -25,7 +25,7 @@ ext {
25
toml4jVersion = "0.7.2"
26
bcprovJDK15onVersion = "1.60"
27
webankJavaCryptoVersion = "1.0.0"
28
- webankHsmCryptoVersion = "1.0.0"
+ webankHsmCryptoVersion = "1.0.0-GMT0018"
29
30
slf4jVersion = "1.7.30"
31
junitVersion = "4.12"
@@ -37,7 +37,7 @@ ext {
37
// integrationTest.mustRunAfter test
38
allprojects {
39
group = 'org.fisco-bcos.java-sdk'
40
- version = '2.8.0-GMT0018-SNAPSHOT'
+ version = '2.8.0-GMT0018'
41
apply plugin: 'maven'
42
apply plugin: 'maven-publish'
43
apply plugin: 'idea'
0 commit comments