-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix organization url, the http://www.antfin.com is currently unavailable #1440
Merged
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2ae0502
fix organization url, the http://www.antfin.com is currently unavailable
1fafe15
Revert "fix organization url, the http://www.antfin.com is currently …
fd42df1
fix organization url, the http://www.antfin.com is currently unavailable
592864e
Update pom.xml
wangchengming666 1c10aef
fix organization url
3c14f9c
fix organization url
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,25 +22,25 @@ | |
</licenses> | ||
|
||
<organization> | ||
<name>The Ant Financial</name> | ||
<url>http://www.antfin.com/</url> | ||
<name>SOFAStack</name> | ||
<url>https://www.sofastack.tech/</url> | ||
</organization> | ||
|
||
<developers> | ||
<developer> | ||
<name>Geng Zhang</name> | ||
<email>[email protected]</email> | ||
<organization>The Ant Financial</organization> | ||
<organization>SOFAStack</organization> | ||
</developer> | ||
<developer> | ||
<name>Wei Li</name> | ||
<email>[email protected]</email> | ||
<organization>The Ant Financial</organization> | ||
<organization>SOFAStack</organization> | ||
</developer> | ||
<developer> | ||
<name>ZhiYuan Lei</name> | ||
<email>[email protected]</email> | ||
<organization>The Ant Financial</organization> | ||
<organization>SOFAStack</organization> | ||
</developer> | ||
</developers> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Email addresses in pom.xml require updating
The grep command has revealed that there are three @antfin.com email addresses in the ./all/pom.xml file. Given that the organization name has been updated to "SOFAStack" in other parts of the file, it would be consistent to update these email addresses as well.
Recommendations:
These changes will help maintain consistency in the project's documentation and ensure that the contact information for key developers is up-to-date.
🔗 Analysis chain
Developer organization information updated consistently.
The changes to the developer organization names are consistent with the earlier organization name update.
Please verify if the developer email addresses should also be updated to reflect the organization change. If they should remain as is, consider adding a comment explaining why the email domains differ from the organization name.
Verification Needed for Developer Email Addresses
The organization names have been updated to "SOFAStack," but several developer email addresses still use the "@antfin.com" domain. Please verify if these email addresses should also be updated to match the new organization. If they should remain unchanged, consider adding documentation explaining the discrepancy.
Developer email addresses require selective updates
The "@antfin.com" email addresses are widespread throughout the codebase, primarily in @author tags of file headers. These serve as historical information about code contributors and don't necessarily need to be updated. However, email addresses in functional code (e.g., in pom.xml) should be reviewed and potentially updated if they are used for active communication.
Recommendations:
To identify email addresses in pom.xml files that may need updating, let's run the following command:
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 120055
Script:
Length of output: 120095
Script:
Length of output: 253