diff --git a/.gitignore b/.gitignore
index 99283ffa9..8e5e4a053 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,7 +66,7 @@ COPILOT.md
# maven ignore
-apache-hugegraph-*-incubating-*/
+apache-hugegraph-*/
*.war
*.zip
*.tar
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 0174946b1..958c135f0 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -55,7 +55,6 @@ header: # `header` section is configurations for source codes license header.
- '.gitignore'
- 'LICENSE'
- 'NOTICE'
- - 'DISCLAIMER'
- '**/*.md'
- '**/*.versionsBackup'
- '**/*.log'
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index be557e360..000000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache HugeGraph (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications,
-and decision making process have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness or stability of the code,
-it does indicate that the project has yet to be fully endorsed by the ASF.
diff --git a/NOTICE b/NOTICE
index b1d047e18..fb4a32f47 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache HugeGraph(incubating)
+Apache HugeGraph
Copyright 2022-2025 The Apache Software Foundation
This product includes software developed at
diff --git a/README.md b/README.md
index 2f86b4189..c9fda699c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://github.com/apache/hugegraph-computer/actions/workflows/computer-ci.yml)
-[](https://codecov.io/gh/apache/incubator-hugegraph-computer)
+[](https://codecov.io/gh/apache/hugegraph-computer)
[](https://hub.docker.com/repository/docker/hugegraph/hugegraph-computer)
[](https://deepwiki.com/apache/hugegraph-computer)
@@ -231,7 +231,7 @@ For large-scale distributed graph processing on Kubernetes or YARN clusters, see
1. [hugegraph](https://github.com/apache/hugegraph) - Graph database core (Server + PD + Store)
2. [hugegraph-toolchain](https://github.com/apache/hugegraph-toolchain) - Graph tools (Loader/Hubble/Tools/Client)
-3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) - Graph AI/LLM/Knowledge Graph system
+3. [hugegraph-ai](https://github.com/apache/hugegraph-ai) - Graph AI/LLM/Knowledge Graph system
4. [hugegraph-website](https://github.com/apache/hugegraph-doc) - Documentation and website
## Contributing
@@ -245,15 +245,15 @@ We recommend using [GitHub Desktop](https://desktop.github.com/) to simplify the
Thank you to all contributors!
-[](https://github.com/apache/incubator-hugegraph-computer/graphs/contributors)
+[](https://github.com/apache/hugegraph-computer/graphs/contributors)
## License
-HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/incubator-hugegraph-computer/blob/master/LICENSE).
+HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/hugegraph-computer/blob/master/LICENSE).
## Contact Us
-- **GitHub Issues**: [Report bugs or request features](https://github.com/apache/incubator-hugegraph-computer/issues)
+- **GitHub Issues**: [Report bugs or request features](https://github.com/apache/hugegraph-computer/issues)
- **Email**: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscribe first](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/))
- **Slack**: [Join ASF HugeGraph channel](https://the-asf.slack.com/archives/C059UU2FJ23)
- **WeChat**: Scan QR code to follow Apache HugeGraph official account
diff --git a/computer/README.md b/computer/README.md
index c02288687..957c18d2d 100644
--- a/computer/README.md
+++ b/computer/README.md
@@ -527,4 +527,4 @@ See the main [Contributing Guide](../README.md#contributing) for how to contribu
## License
-HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/incubator-hugegraph-computer/blob/master/LICENSE).
+HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/hugegraph-computer/blob/master/LICENSE).
diff --git a/computer/computer-dist/release-docs/LICENSE b/computer/computer-dist/release-docs/LICENSE
index c7ae03f9c..6db60ce6c 100644
--- a/computer/computer-dist/release-docs/LICENSE
+++ b/computer/computer-dist/release-docs/LICENSE
@@ -203,9 +203,9 @@
============================================================================
- APACHE HUGEGRAPH (Incubating) SUBCOMPONENTS:
+ APACHE HUGEGRAPH SUBCOMPONENTS:
- The Apache HugeGraph(Incubating) project contains subcomponents with separate copyright
+ The Apache HugeGraph project contains subcomponents with separate copyright
notices and license terms. Your use of the source code for the these
subcomponents is subject to the terms and conditions of the following
licenses.
diff --git a/computer/computer-dist/release-docs/NOTICE b/computer/computer-dist/release-docs/NOTICE
index 0502f23b1..dbb8eaf82 100644
--- a/computer/computer-dist/release-docs/NOTICE
+++ b/computer/computer-dist/release-docs/NOTICE
@@ -1,4 +1,4 @@
-Apache HugeGraph(incubating)
+Apache HugeGraph
Copyright 2022-2023 The Apache Software Foundation
This product includes software developed at
diff --git a/computer/computer-dist/scripts/apache-release.sh b/computer/computer-dist/scripts/apache-release.sh
index 9ed75d9da..1679d748d 100755
--- a/computer/computer-dist/scripts/apache-release.sh
+++ b/computer/computer-dist/scripts/apache-release.sh
@@ -42,13 +42,13 @@ rm -rf dist && mkdir -p dist/apache-${REPO}
cd ../../../ || exit
pwd
git archive --format=tar.gz \
- --output="computer/computer-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \
- --prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
+ --output="computer/computer-dist/scripts/dist/apache-${REPO}/apache-${REPO}-${RELEASE_VERSION}-src.tar.gz" \
+ --prefix="apache-${REPO}-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
cd - || exit
# step2: copy the binary file (Optional)
# Note: it's optional for project to generate binary package (skip this step if not need)
-#cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
+#cp -v ../../target/apache-${REPO}-"${RELEASE_VERSION}".tar.gz \
# dist/apache-${REPO} || exit
# step3: sign + hash
@@ -83,7 +83,7 @@ cd ../ || exit
rm -rf ${SVN_DIR}
##### 4.1 pull from remote & copy files
-svn co "https://dist.apache.org/repos/dist/dev/incubator/${GROUP}" ${SVN_DIR}
+svn co "https://dist.apache.org/repos/dist/dev/${GROUP}" ${SVN_DIR}
mkdir -p ${SVN_DIR}/"${RELEASE_VERSION}"
cp -v apache-${REPO}/*tar.gz* "${SVN_DIR}/${RELEASE_VERSION}"
cd ${SVN_DIR} || exit
diff --git a/computer/computer-dist/src/assembly/descriptor/assembly.xml b/computer/computer-dist/src/assembly/descriptor/assembly.xml
index 68efd1a2a..d05d8ab3a 100644
--- a/computer/computer-dist/src/assembly/descriptor/assembly.xml
+++ b/computer/computer-dist/src/assembly/descriptor/assembly.xml
@@ -52,13 +52,6 @@
${top.level.dir}/computer-dist/release-docs/
/
-
- ${top.level.dir}
- /
-
- DISCLAIMER*
-
-
diff --git a/computer/pom.xml b/computer/pom.xml
index 99df4ad23..05f25583f 100644
--- a/computer/pom.xml
+++ b/computer/pom.xml
@@ -46,7 +46,7 @@
- Apache Hugegraph(Incubating)
+ Apache HugeGraph
dev-subscribe@hugegraph.apache.org
https://hugegraph.apache.org/
@@ -57,7 +57,7 @@
Development List
dev-subscribe@hugegraph.apache.org
dev-unsubscribe@hugegraph.apache.org
- dev@hugegraph.incubator.apache.org
+ dev@hugegraph.apache.org
Commits List
@@ -99,7 +99,7 @@
UTF-8
${project.basedir}/..
hugegraph-computer
- apache-${release.name}-incubating-${project.version}
+ apache-${release.name}-${project.version}
11
11
bash
@@ -319,7 +319,6 @@
**/target/*
.github/**/*
**/.flattened-pom.xml
- DISCLAIMER
**/zz_generated.deepcopy.go
true
diff --git a/vermeer/README.md b/vermeer/README.md
index c8ad8f606..384256375 100644
--- a/vermeer/README.md
+++ b/vermeer/README.md
@@ -543,4 +543,4 @@ See the main [Contributing Guide](../README.md#contributing) for how to contribu
## License
-Vermeer is part of Apache HugeGraph-Computer, licensed under [Apache 2.0 License](https://github.com/apache/incubator-hugegraph-computer/blob/master/LICENSE).
+Vermeer is part of Apache HugeGraph-Computer, licensed under [Apache 2.0 License](https://github.com/apache/hugegraph-computer/blob/master/LICENSE).