refactor: remove 'incubating' branding, update docs & packaging#346
Open
contrueCT wants to merge 1 commit intoapache:masterapache/hugegraph-computer:masterfrom
contrueCT:task/remove-incubating-markerscontrueCT/hugegraph-computer:task/remove-incubating-markersCopy head branch name to clipboard
Open
refactor: remove 'incubating' branding, update docs & packaging#346contrueCT wants to merge 1 commit intoapache:masterapache/hugegraph-computer:masterfrom contrueCT:task/remove-incubating-markerscontrueCT/hugegraph-computer:task/remove-incubating-markersCopy head branch name to clipboard
contrueCT wants to merge 1 commit intoapache:masterapache/hugegraph-computer:masterfrom
contrueCT:task/remove-incubating-markerscontrueCT/hugegraph-computer:task/remove-incubating-markersCopy head branch name to clipboard
Conversation
imbajin
reviewed
Mar 13, 2026
| @@ -1,4 +1,4 @@ | ||
| Apache HugeGraph(incubating) | ||
| Apache HugeGraph | ||
| Copyright 2022-2025 The Apache Software Foundation |
Member
There was a problem hiding this comment.
Suggested change
| 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 |
Member
There was a problem hiding this comment.
Suggested change
| 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.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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