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.
1 parent 229bee0 commit 3813763Copy full SHA for 3813763
build.gradle
@@ -36,7 +36,7 @@ ext {
36
// integrationTest.mustRunAfter test
37
allprojects {
38
group = 'org.fisco-bcos.java-sdk'
39
- version = '2.7.0-SNAPSHOT'
+ version = '2.7.0'
40
apply plugin: 'maven'
41
apply plugin: 'maven-publish'
42
apply plugin: 'idea'
0 commit comments