Skip to content

Commit

Permalink
update version (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 authored Dec 9, 2021
1 parent 953e662 commit 5bd63de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ ext {
picocliVersion = '4.6.1'
toml4jVersion = "0.7.2"
bcprovJDK15onVersion = '1.69'
keyMiniToolkit = "1.0.4-SNAPSHOT"
keyMiniToolkit = "1.0.4"

junitVersion = '4.13.2'
commonsCollections4Version = "4.4"
guavaVersion = '30.1.1-jre'
tarsCoreVersion = "1.7.2"

config2Version = '2.7'
bcosSdkJniVersion = "3.1.0-SNAPSHOT"
bcosSdkJniVersion = "3.0.0-rc1"
}

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

0 comments on commit 5bd63de

Please sign in to comment.