Skip to content

Commit

Permalink
<update>(build): update version to 1.5.0. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Mar 26, 2024
1 parent e87fdb0 commit 035deba
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 @@ -30,7 +30,7 @@ ext {
junitVersion = '4.13.2'
commonsLang3Version = '3.12.0'

javaSDKVersion3 = "3.7.0-SNAPSHOT"
javaSDKVersion3 = "3.7.0"
javaSDKVersion2 = "2.10.0"
slf4jVersion = "1.7.32"
}
Expand All @@ -54,7 +54,7 @@ configurations.all {
// integrationTest.mustRunAfter test
allprojects {
group = 'org.fisco-bcos.code-generator'
version = '1.5.0-SNAPSHOT'
version = '1.5.0'
apply plugin: 'maven-publish'
apply plugin: 'idea'
apply plugin: 'eclipse'
Expand Down

0 comments on commit 035deba

Please sign in to comment.