Skip to content

Commit fcf1411

Browse files
authored
update version of java-sdk (#290)
1 parent f0ea68f commit fcf1411

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
@@ -24,7 +24,7 @@ ext {
2424
nettySMSSLContextVersion = "1.2.0"
2525
toml4jVersion = "0.7.2"
2626
bcprovJDK15onVersion = "1.60"
27-
keyMiniToolkit = "1.0.3-SNAPSHOT"
27+
keyMiniToolkit = "1.0.3"
2828

2929
slf4jVersion = "1.7.30"
3030
junitVersion = "4.12"
@@ -36,7 +36,7 @@ ext {
3636
// integrationTest.mustRunAfter test
3737
allprojects {
3838
group = 'org.fisco-bcos.java-sdk'
39-
version = '2.7.2-SNAPSHOT'
39+
version = '2.7.2'
4040
apply plugin: 'maven'
4141
apply plugin: 'maven-publish'
4242
apply plugin: 'idea'

0 commit comments

Comments
 (0)