Skip to content

Commit 957557c

Browse files
authored
refactor: remove 'incubating' branding, update docs & packaging (#346)
* chore: remove incubating markers from computer release metadata * chore: update copyright year in NOTICE file to 2026
1 parent 93484e2 commit 957557c

File tree

12 files changed

+21
-37
lines changed

12 files changed

+21
-37
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ COPILOT.md
6666

6767
# maven ignore
6868

69-
apache-hugegraph-*-incubating-*/
69+
apache-hugegraph-*/
7070
*.war
7171
*.zip
7272
*.tar

.licenserc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ header: # `header` section is configurations for source codes license header.
5555
- '.gitignore'
5656
- 'LICENSE'
5757
- 'NOTICE'
58-
- 'DISCLAIMER'
5958
- '**/*.md'
6059
- '**/*.versionsBackup'
6160
- '**/*.log'

DISCLAIMER

Lines changed: 0 additions & 7 deletions
This file was deleted.

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Apache HugeGraph(incubating)
2-
Copyright 2022-2025 The Apache Software Foundation
1+
Apache HugeGraph
2+
Copyright 2022-2026 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
44
[![Build Status](https://github.com/apache/hugegraph-computer/actions/workflows/computer-ci.yml/badge.svg)](https://github.com/apache/hugegraph-computer/actions/workflows/computer-ci.yml)
5-
[![codecov](https://codecov.io/gh/apache/incubator-hugegraph-computer/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-hugegraph-computer)
5+
[![codecov](https://codecov.io/gh/apache/hugegraph-computer/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/hugegraph-computer)
66
[![Docker Pulls](https://img.shields.io/docker/pulls/hugegraph/hugegraph-computer)](https://hub.docker.com/repository/docker/hugegraph/hugegraph-computer)
77
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/apache/hugegraph-computer)
88

@@ -231,7 +231,7 @@ For large-scale distributed graph processing on Kubernetes or YARN clusters, see
231231

232232
1. [hugegraph](https://github.com/apache/hugegraph) - Graph database core (Server + PD + Store)
233233
2. [hugegraph-toolchain](https://github.com/apache/hugegraph-toolchain) - Graph tools (Loader/Hubble/Tools/Client)
234-
3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) - Graph AI/LLM/Knowledge Graph system
234+
3. [hugegraph-ai](https://github.com/apache/hugegraph-ai) - Graph AI/LLM/Knowledge Graph system
235235
4. [hugegraph-website](https://github.com/apache/hugegraph-doc) - Documentation and website
236236

237237
## Contributing
@@ -245,15 +245,15 @@ We recommend using [GitHub Desktop](https://desktop.github.com/) to simplify the
245245

246246
Thank you to all contributors!
247247

248-
[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-computer)](https://github.com/apache/incubator-hugegraph-computer/graphs/contributors)
248+
[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-computer)](https://github.com/apache/hugegraph-computer/graphs/contributors)
249249

250250
## License
251251

252-
HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/incubator-hugegraph-computer/blob/master/LICENSE).
252+
HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/hugegraph-computer/blob/master/LICENSE).
253253

254254
## Contact Us
255255

256-
- **GitHub Issues**: [Report bugs or request features](https://github.com/apache/incubator-hugegraph-computer/issues)
256+
- **GitHub Issues**: [Report bugs or request features](https://github.com/apache/hugegraph-computer/issues)
257257
- **Email**: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscribe first](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/))
258258
- **Slack**: [Join ASF HugeGraph channel](https://the-asf.slack.com/archives/C059UU2FJ23)
259259
- **WeChat**: Scan QR code to follow Apache HugeGraph official account

computer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,4 +527,4 @@ See the main [Contributing Guide](../README.md#contributing) for how to contribu
527527

528528
## License
529529

530-
HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/incubator-hugegraph-computer/blob/master/LICENSE).
530+
HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/hugegraph-computer/blob/master/LICENSE).

computer/computer-dist/release-docs/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@
203203

204204

205205
============================================================================
206-
APACHE HUGEGRAPH (Incubating) SUBCOMPONENTS:
206+
APACHE HUGEGRAPH SUBCOMPONENTS:
207207

208-
The Apache HugeGraph(Incubating) project contains subcomponents with separate copyright
208+
The Apache HugeGraph project contains subcomponents with separate copyright
209209
notices and license terms. Your use of the source code for the these
210210
subcomponents is subject to the terms and conditions of the following
211211
licenses.

computer/computer-dist/release-docs/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Apache HugeGraph(incubating)
2-
Copyright 2022-2023 The Apache Software Foundation
1+
Apache HugeGraph
2+
Copyright 2022-2026 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

computer/computer-dist/scripts/apache-release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ rm -rf dist && mkdir -p dist/apache-${REPO}
4242
cd ../../../ || exit
4343
pwd
4444
git archive --format=tar.gz \
45-
--output="computer/computer-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \
46-
--prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
45+
--output="computer/computer-dist/scripts/dist/apache-${REPO}/apache-${REPO}-${RELEASE_VERSION}-src.tar.gz" \
46+
--prefix="apache-${REPO}-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
4747
cd - || exit
4848

4949
# step2: copy the binary file (Optional)
5050
# Note: it's optional for project to generate binary package (skip this step if not need)
51-
#cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
51+
#cp -v ../../target/apache-${REPO}-"${RELEASE_VERSION}".tar.gz \
5252
# dist/apache-${REPO} || exit
5353

5454
# step3: sign + hash
@@ -83,7 +83,7 @@ cd ../ || exit
8383
rm -rf ${SVN_DIR}
8484

8585
##### 4.1 pull from remote & copy files
86-
svn co "https://dist.apache.org/repos/dist/dev/incubator/${GROUP}" ${SVN_DIR}
86+
svn co "https://dist.apache.org/repos/dist/dev/${GROUP}" ${SVN_DIR}
8787
mkdir -p ${SVN_DIR}/"${RELEASE_VERSION}"
8888
cp -v apache-${REPO}/*tar.gz* "${SVN_DIR}/${RELEASE_VERSION}"
8989
cd ${SVN_DIR} || exit

computer/computer-dist/src/assembly/descriptor/assembly.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@
5252
<directory>${top.level.dir}/computer-dist/release-docs/</directory>
5353
<outputDirectory>/</outputDirectory>
5454
</fileSet>
55-
<fileSet>
56-
<directory>${top.level.dir}</directory>
57-
<outputDirectory>/</outputDirectory>
58-
<includes>
59-
<include>DISCLAIMER*</include>
60-
</includes>
61-
</fileSet>
6255
</fileSets>
6356

6457
<dependencySets>

0 commit comments

Comments
 (0)