Skip to content

Commit

Permalink
update jni/java-sdk version to 3.2.2 (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLi1024 authored Jul 4, 2023
1 parent c97361f commit 7b291cc
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 @@ -25,7 +25,7 @@ ext {
junitVersion = '4.13.2'
commonsCollections4Version = "4.4"
guavaVersion = '30.1.1-jre'
bcosSdkJniVersion = "3.2.2-SNAPSHOT"
bcosSdkJniVersion = "3.2.2"
slf4jApiVerison = '1.7.36'
mockitoVersion = '4.8.0'
gsonVersion = '2.10'
Expand All @@ -35,7 +35,7 @@ ext {
// integrationTest.mustRunAfter test
allprojects {
group = 'org.fisco-bcos.java-sdk'
version = '3.2.2-SNAPSHOT'
version = '3.2.2'

apply plugin: 'maven-publish'
apply plugin: 'idea'
Expand Down

0 comments on commit 7b291cc

Please sign in to comment.