Skip to content

Commit

Permalink
upgrade wedpr-gateway-sdk version to 3.0.0 (WeBankBlockchain#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Dec 16, 2024
1 parent 5cd7a9c commit b95ca4f
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 @@ -64,7 +64,7 @@ ext {
guavaVersion = "32.0.1-jre"
bcprovVersion = "1.78.1"
googleAutoServiceVersion = "1.1.1"
wedprGatewaySDKVersion = "3.0.0-SNAPSHOT"
wedprGatewaySDKVersion = "3.0.0"
gsonVersion = "2.10.1"
servletApiVersion="4.0.1"
javaeeApiVersion="8.0.1"
Expand Down Expand Up @@ -99,7 +99,7 @@ ext {
// integrationTest.mustRunAfter test
allprojects {
group = 'com.webank.wedpr'
version = '3.0.0-SNAPSHOT'
version = '3.0.0'
apply plugin: 'maven-publish'
apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'idea'
Expand Down

0 comments on commit b95ca4f

Please sign in to comment.