Skip to content

Commit 8e25496

Browse files
committed
<update>(build): update version to 1.5.0.
1 parent e87fdb0 commit 8e25496

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
@@ -30,7 +30,7 @@ ext {
3030
junitVersion = '4.13.2'
3131
commonsLang3Version = '3.12.0'
3232

33-
javaSDKVersion3 = "3.7.0-SNAPSHOT"
33+
javaSDKVersion3 = "3.7.0"
3434
javaSDKVersion2 = "2.10.0"
3535
slf4jVersion = "1.7.32"
3636
}
@@ -54,7 +54,7 @@ configurations.all {
5454
// integrationTest.mustRunAfter test
5555
allprojects {
5656
group = 'org.fisco-bcos.code-generator'
57-
version = '1.5.0-SNAPSHOT'
57+
version = '1.5.0'
5858
apply plugin: 'maven-publish'
5959
apply plugin: 'idea'
6060
apply plugin: 'eclipse'

0 commit comments

Comments
 (0)