Skip to content

Commit 7986f9e

Browse files
authored
Update build.gradle
1 parent 323fc10 commit 7986f9e

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
guavaVersion = '30.1.1-jre'
3434

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

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

0 commit comments

Comments
 (0)