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 5cd7a9c commit b95ca4fCopy full SHA for b95ca4f
build.gradle
@@ -64,7 +64,7 @@ ext {
64
guavaVersion = "32.0.1-jre"
65
bcprovVersion = "1.78.1"
66
googleAutoServiceVersion = "1.1.1"
67
- wedprGatewaySDKVersion = "3.0.0-SNAPSHOT"
+ wedprGatewaySDKVersion = "3.0.0"
68
gsonVersion = "2.10.1"
69
servletApiVersion="4.0.1"
70
javaeeApiVersion="8.0.1"
@@ -99,7 +99,7 @@ ext {
99
// integrationTest.mustRunAfter test
100
allprojects {
101
group = 'com.webank.wedpr'
102
- version = '3.0.0-SNAPSHOT'
+ version = '3.0.0'
103
apply plugin: 'maven-publish'
104
apply plugin: 'com.github.sherter.google-java-format'
105
apply plugin: 'idea'
0 commit comments