Skip to content

Commit 587eee1

Browse files
CopilotkyonRay
andcommitted
Replace http://www.fisco-bcos.org with GitHub project URL in sdk-common and sdk-acv build.gradle
Co-authored-by: kyonRay <32325790+kyonRay@users.noreply.github.com>
1 parent 621b46d commit 587eee1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk-acv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publishing {
3030
pom {
3131
name = 'WeDPR-Lab-Java-SDK'
3232
description = 'WeDPR-Lab-Java-SDK'
33-
url = 'http://www.fisco-bcos.org'
33+
url = 'https://github.com/WeBankBlockchain/WeDPR-Lab-Java-SDK'
3434

3535
licenses {
3636
license {

sdk-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ publishing {
2525
pom {
2626
name = 'WeDPR-Lab-Java-SDK'
2727
description = 'WeDPR-Lab-Java-SDK'
28-
url = 'http://www.fisco-bcos.org'
28+
url = 'https://github.com/WeBankBlockchain/WeDPR-Lab-Java-SDK'
2929

3030
licenses {
3131
license {

0 commit comments

Comments
 (0)