Skip to content

Commit

Permalink
update version (#531)
Browse files Browse the repository at this point in the history
Co-authored-by: cyjseagull <yujiechen_hust@163.com>
  • Loading branch information
ywy2090 and cyjseagull authored Apr 1, 2022
1 parent ed24097 commit ab7e0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ ext {
guavaVersion = '30.1.1-jre'

config2Version = '2.7'
bcosSdkJniVersion = "3.0.0-rc3-SNAPSHOT"
bcosSdkJniVersion = "3.0.0-rc3"
}

// check.dependsOn integrationTest
// integrationTest.mustRunAfter test
allprojects {
group = 'org.fisco-bcos.java-sdk'
version = '3.0.0-rc3-SNAPSHOT'
version = '3.0.0-rc3'
apply plugin: 'maven-publish'
apply plugin: 'idea'
apply plugin: 'eclipse'
Expand Down

0 comments on commit ab7e0a0

Please sign in to comment.