Skip to content

Commit 5d4aa6c

Browse files
authored
Merge pull request #482 from ywy2090/master-rc2
update bcos-sdk-jni and java-sdk version
2 parents cffd225 + 8740d7f commit 5d4aa6c

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
@@ -33,14 +33,14 @@ ext {
3333
tarsCoreVersion = "1.7.2"
3434

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

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

0 commit comments

Comments
 (0)