Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/wedpr-transport/sdk-wrapper/java/bindings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ publishing {
pom {
name = 'wedpr'
description = 'wedpr java gateway sdk'
url = 'http://www.fisco-bcos.org'
url = 'https://github.com/WeBankBlockchain/WeDPR-Component'

licenses {
Comment on lines 173 to 178
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The published POM metadata looks inconsistent: pom.url was updated to WeDPR-Component, but the scm { connection/url } block below still points to wedpr-components.git (and uses http). This can confuse consumers and Maven Central metadata validation; consider updating SCM URLs (and other POM URLs like the license URL) to the correct repository and use https consistently.

Copilot uses AI. Check for mistakes.
license {
Expand Down
Loading