Skip to content

Commit 74bd644

Browse files
committed
release 1.3.0-rc1
1 parent 7463834 commit 74bd644

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,4 @@ resources/conf/
202202
resources/fisco.properties
203203
resources/weidentity.properties
204204
resources/log4j2.xml
205+
run.config

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0-rc18-SNAPSHOT
1+
1.3.0-rc1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ configurations {
127127
}
128128

129129
// In this section you declare the dependencies for your production and test code
130-
weidSdkVersion='1.8.5-rc.8-SNAPSHOT'
130+
weidSdkVersion='1.8.5-rc1'
131131
dependencies {
132132
localDeps lombok
133133
compile('org.springframework.boot:spring-boot-starter-web')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
2-
weidSdkVersion=1.8.5-rc.8-SNAPSHOT
2+
weidSdkVersion=1.8.5-rc1
33
repoType=cn
44
jdkTlsNamedGroups=secp256r1,secp256k1
55
signing.keyId=62A32F80

0 commit comments

Comments
 (0)