We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97361f commit 7b291ccCopy full SHA for 7b291cc
build.gradle
@@ -25,7 +25,7 @@ ext {
25
junitVersion = '4.13.2'
26
commonsCollections4Version = "4.4"
27
guavaVersion = '30.1.1-jre'
28
- bcosSdkJniVersion = "3.2.2-SNAPSHOT"
+ bcosSdkJniVersion = "3.2.2"
29
slf4jApiVerison = '1.7.36'
30
mockitoVersion = '4.8.0'
31
gsonVersion = '2.10'
@@ -35,7 +35,7 @@ ext {
35
// integrationTest.mustRunAfter test
36
allprojects {
37
group = 'org.fisco-bcos.java-sdk'
38
- version = '3.2.2-SNAPSHOT'
+ version = '3.2.2'
39
40
apply plugin: 'maven-publish'
41
apply plugin: 'idea'
0 commit comments