Skip to content

Commit

Permalink
Merge pull request #482 from ywy2090/master-rc2
Browse files Browse the repository at this point in the history
update bcos-sdk-jni and java-sdk version
  • Loading branch information
ywy2090 authored Feb 25, 2022
2 parents cffd225 + 8740d7f commit 5d4aa6c
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 @@ -33,14 +33,14 @@ ext {
tarsCoreVersion = "1.7.2"

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

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

0 comments on commit 5d4aa6c

Please sign in to comment.