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 f0ea68f commit fcf1411Copy full SHA for fcf1411
build.gradle
@@ -24,7 +24,7 @@ ext {
24
nettySMSSLContextVersion = "1.2.0"
25
toml4jVersion = "0.7.2"
26
bcprovJDK15onVersion = "1.60"
27
- keyMiniToolkit = "1.0.3-SNAPSHOT"
+ keyMiniToolkit = "1.0.3"
28
29
slf4jVersion = "1.7.30"
30
junitVersion = "4.12"
@@ -36,7 +36,7 @@ ext {
36
// integrationTest.mustRunAfter test
37
allprojects {
38
group = 'org.fisco-bcos.java-sdk'
39
- version = '2.7.2-SNAPSHOT'
+ version = '2.7.2'
40
apply plugin: 'maven'
41
apply plugin: 'maven-publish'
42
apply plugin: 'idea'
0 commit comments