Skip to content

Commit c82802d

Browse files
committed
update version to release version
1 parent 0f03ebb commit c82802d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-hsm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ext {
3737
// integrationTest.mustRunAfter test
3838
allprojects {
3939
group = 'org.fisco-bcos.java-sdk'
40-
version = '2.8.0-hsm-SNAPSHOT'
40+
version = '2.8.0-hsm'
4141
apply plugin: 'maven'
4242
apply plugin: 'maven-publish'
4343
apply plugin: 'idea'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ext {
3737
// integrationTest.mustRunAfter test
3838
allprojects {
3939
group = 'org.fisco-bcos.java-sdk'
40-
version = '2.8.0-SNAPSHOT'
40+
version = '2.8.0'
4141
apply plugin: 'maven'
4242
apply plugin: 'maven-publish'
4343
apply plugin: 'idea'

0 commit comments

Comments
 (0)