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 0f03ebb + c82802d commit 48e2f03Copy full SHA for 48e2f03
build-hsm.gradle
@@ -37,7 +37,7 @@ ext {
37
// integrationTest.mustRunAfter test
38
allprojects {
39
group = 'org.fisco-bcos.java-sdk'
40
- version = '2.8.0-hsm-SNAPSHOT'
+ version = '2.8.0-hsm'
41
apply plugin: 'maven'
42
apply plugin: 'maven-publish'
43
apply plugin: 'idea'
build.gradle
- version = '2.8.0-SNAPSHOT'
+ version = '2.8.0'
0 commit comments