Skip to content

Commit b95ca4f

Browse files
authored
upgrade wedpr-gateway-sdk version to 3.0.0 (#204)
1 parent 5cd7a9c commit b95ca4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ext {
6464
guavaVersion = "32.0.1-jre"
6565
bcprovVersion = "1.78.1"
6666
googleAutoServiceVersion = "1.1.1"
67-
wedprGatewaySDKVersion = "3.0.0-SNAPSHOT"
67+
wedprGatewaySDKVersion = "3.0.0"
6868
gsonVersion = "2.10.1"
6969
servletApiVersion="4.0.1"
7070
javaeeApiVersion="8.0.1"
@@ -99,7 +99,7 @@ ext {
9999
// integrationTest.mustRunAfter test
100100
allprojects {
101101
group = 'com.webank.wedpr'
102-
version = '3.0.0-SNAPSHOT'
102+
version = '3.0.0'
103103
apply plugin: 'maven-publish'
104104
apply plugin: 'com.github.sherter.google-java-format'
105105
apply plugin: 'idea'

0 commit comments

Comments
 (0)