refactor: remove 'incubating' branding, update docs & packaging#346
refactor: remove 'incubating' branding, update docs & packaging#346contrueCT wants to merge 2 commits intoapache:masterfrom
Conversation
NOTICE
Outdated
| @@ -1,4 +1,4 @@ | |||
| Apache HugeGraph(incubating) | |||
| Apache HugeGraph | |||
| Copyright 2022-2025 The Apache Software Foundation | |||
There was a problem hiding this comment.
| Copyright 2022-2025 The Apache Software Foundation | |
| Copyright 2022-2026 The Apache Software Foundation |
| @@ -1,4 +1,4 @@ | |||
| Apache HugeGraph(incubating) | |||
| Apache HugeGraph | |||
| Copyright 2022-2023 The Apache Software Foundation | |||
There was a problem hiding this comment.
| Copyright 2022-2023 The Apache Software Foundation | |
| Copyright 2022-2026 The Apache Software Foundation |
There was a problem hiding this comment.
Pull request overview
This PR updates the HugeGraph-Computer repository to remove “incubating/incubator” branding and align release artifacts, metadata, and documentation with the graduated Apache HugeGraph naming.
Changes:
- Update project docs and links to point to
apache/hugegraph-computer(and related repos) instead of incubator-era URLs. - Update Maven/release packaging names to drop
-incubating-and adjust the Apache SVN release upload path accordingly. - Remove the root
DISCLAIMERand stop including/excluding it in packaging and license tooling config; updateNOTICEheaders.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
vermeer/README.md |
Updates LICENSE link to the graduated repo URL. |
computer/pom.xml |
Removes incubating branding in metadata; updates final artifact name; stops excluding removed DISCLAIMER. |
computer/computer-dist/src/assembly/descriptor/assembly.xml |
Stops packaging DISCLAIMER* into the distribution. |
computer/computer-dist/scripts/apache-release.sh |
Renames source release archive/prefix; updates SVN dev upload path from incubator to top-level. |
computer/computer-dist/release-docs/NOTICE |
Updates NOTICE header to remove “(incubating)”. |
computer/computer-dist/release-docs/LICENSE |
Removes “(Incubating)” wording in the LICENSE subcomponents section. |
computer/README.md |
Updates LICENSE link to the graduated repo URL. |
README.md |
Updates badges, repo references, and issue links to the graduated repo URLs. |
NOTICE |
Updates root NOTICE header to remove “(incubating)”. |
DISCLAIMER |
Removes the incubator disclaimer file. |
.licenserc.yaml |
Removes DISCLAIMER from license-header tool exclusions (since file is removed). |
.gitignore |
Updates ignore rule for extracted release package directories. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Refactors repository branding and release/packaging metadata to remove “incubating/incubator” references and align docs + release artifacts with the graduated Apache HugeGraph naming.
Changes:
- Update README/docs links from
apache/incubator-*toapache/hugegraph-*repositories. - Update Maven POM metadata and release artifact naming to drop
-incubating-. - Remove the
DISCLAIMERfile and adjust NOTICE/licensing/release assembly to match the new distribution contents.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
vermeer/README.md |
Updates LICENSE link to the non-incubator GitHub repo. |
computer/pom.xml |
Removes incubating references in developer/mailing list metadata and updates final release artifact naming. |
computer/computer-dist/src/assembly/descriptor/assembly.xml |
Stops packaging DISCLAIMER* into the distribution. |
computer/computer-dist/scripts/apache-release.sh |
Updates source tarball naming and SVN dist path for graduated project layout. |
computer/computer-dist/release-docs/NOTICE |
Updates project name and copyright year range. |
computer/computer-dist/release-docs/LICENSE |
Removes “(Incubating)” references in the subcomponents section. |
computer/README.md |
Updates LICENSE link to the non-incubator GitHub repo. |
README.md |
Updates badges/links and related-project references to non-incubator repos. |
NOTICE |
Updates project name and copyright year range. |
DISCLAIMER |
Removes incubator disclaimer file. |
.licenserc.yaml |
Removes DISCLAIMER from license header exclusions. |
.gitignore |
Updates ignored release artifact directory pattern to non-incubating naming. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
extra incubator in URL: also check if other spaces have |
Purpose of the PR
Main Changes
Replace references to 'incubator'/'incubating' across the repo to the final 'hugegraph' branding and packaging names,cleans up project metadata and user-facing references
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODODoc - DoneDoc - No Need