Skip to content

Commit 5bd63de

Browse files
authored
update version (#442)
1 parent 953e662 commit 5bd63de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ ext {
2525
picocliVersion = '4.6.1'
2626
toml4jVersion = "0.7.2"
2727
bcprovJDK15onVersion = '1.69'
28-
keyMiniToolkit = "1.0.4-SNAPSHOT"
28+
keyMiniToolkit = "1.0.4"
2929

3030
junitVersion = '4.13.2'
3131
commonsCollections4Version = "4.4"
3232
guavaVersion = '30.1.1-jre'
3333
tarsCoreVersion = "1.7.2"
3434

3535
config2Version = '2.7'
36-
bcosSdkJniVersion = "3.1.0-SNAPSHOT"
36+
bcosSdkJniVersion = "3.0.0-rc1"
3737
}
3838

3939
// check.dependsOn integrationTest
4040
// integrationTest.mustRunAfter test
4141
allprojects {
4242
group = 'org.fisco-bcos.java-sdk'
43-
version = '3.1.0-SNAPSHOT'
43+
version = '3.0.0-rc1'
4444
apply plugin: 'maven-publish'
4545
apply plugin: 'idea'
4646
apply plugin: 'eclipse'

0 commit comments

Comments
 (0)