This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new cbe6ccef refactor: remove 'incubating' branding, update docs & 
packaging (#716)
cbe6ccef is described below

commit cbe6ccefe108e79680cad19b1c9de7b2da524be5
Author: contrueCT <[email protected]>
AuthorDate: Tue Apr 7 23:56:42 2026 +0800

    refactor: remove 'incubating' branding, update docs & packaging (#716)
    
    * chore: remove incubating branding from toolchain
    
    * test(loader): stabilize async failure cleanup assertions
    
    * chore: finish post-incubation rename cleanup
    
    - update the root LICENSE branding text to match graduation status
    - fix AGENTS examples to use the new distribution directory names
    - keep repository guidance consistent with the renamed release artifacts
    
    ---------
    
    Co-authored-by: imbajin <[email protected]>
---
 .github/ISSUE_TEMPLATE/feature_request.yml                 |  4 ++--
 .github/workflows/hubble-ci.yml                            |  2 +-
 AGENTS.md                                                  |  4 ++--
 DISCLAIMER                                                 |  7 -------
 LICENSE                                                    |  4 ++--
 NOTICE                                                     |  4 ++--
 README.md                                                  |  6 +++---
 hugegraph-client-go/README.en.md                           |  4 ++--
 hugegraph-client-go/README.md                              |  6 +++---
 hugegraph-client-go/api/api.go                             |  4 ++--
 hugegraph-client-go/api/v1/api.go                          |  2 +-
 hugegraph-client-go/api/v1/edgelabel/edgelabel.go          |  4 ++--
 hugegraph-client-go/api/v1/edgelabel/edgelabel_test.go     | 10 +++++-----
 hugegraph-client-go/api/v1/gremlin/gemlin.go               |  2 +-
 hugegraph-client-go/api/v1/gremlin/gemlin_test.go          |  2 +-
 hugegraph-client-go/api/v1/propertykey/propertykey.go      |  4 ++--
 hugegraph-client-go/api/v1/propertykey/propertykey_test.go |  6 +++---
 hugegraph-client-go/api/v1/schema.go                       |  4 ++--
 hugegraph-client-go/api/v1/schema_test.go                  |  2 +-
 hugegraph-client-go/api/v1/version.go                      |  4 ++--
 hugegraph-client-go/api/v1/version_test.go                 |  2 +-
 hugegraph-client-go/api/v1/vertex/vertex.go                |  4 ++--
 hugegraph-client-go/api/v1/vertexlabel/vertexlabel.go      |  4 ++--
 hugegraph-client-go/api/v1/vertexlabel/vertexlabel_test.go |  8 ++++----
 hugegraph-client-go/go.mod                                 |  2 +-
 hugegraph-client-go/hgtransport/hgtransport.go             |  2 +-
 hugegraph-client-go/hugegraph.go                           | 14 +++++++-------
 .../assembly/travis/install-hugegraph-from-source.sh       |  2 --
 .../main/java/org/apache/hugegraph/util/CommonUtil.java    |  2 +-
 hugegraph-dist/pom.xml                                     | 10 +++++-----
 hugegraph-dist/release-docs/LICENSE                        |  4 ++--
 hugegraph-dist/release-docs/NOTICE                         |  4 ++--
 hugegraph-dist/scripts/apache-release.sh                   |  8 ++++----
 hugegraph-hubble/Dockerfile                                |  2 +-
 hugegraph-hubble/README.md                                 | 14 +++++++-------
 .../hubble-dist/assembly/travis/download-hugegraph.sh      |  1 -
 hugegraph-hubble/hubble-dist/pom.xml                       |  2 +-
 hugegraph-hubble/package.json                              |  2 +-
 hugegraph-loader/Dockerfile                                |  2 +-
 hugegraph-loader/README.md                                 | 10 +++++-----
 .../assembly/travis/install-hugegraph-from-source.sh       |  2 --
 .../assembly/travis/install-hugegraph-from-tar.sh          |  2 --
 hugegraph-loader/pom.xml                                   |  2 +-
 .../hugegraph/loader/test/functional/FileLoadTest.java     | 14 ++++++++++----
 .../assembly/travis/install-hugegraph-from-source.sh       |  2 --
 .../assembly/travis/install-hugegraph-from-tar.sh          |  6 +++---
 hugegraph-spark-connector/pom.xml                          |  2 +-
 .../assembly/travis/install-hugegraph-from-source.sh       |  2 --
 hugegraph-tools/pom.xml                                    |  4 ++--
 pom.xml                                                    | 10 +++++-----
 50 files changed, 109 insertions(+), 121 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml 
b/.github/ISSUE_TEMPLATE/feature_request.yml
index 318175cf..081ef102 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -9,11 +9,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the 
[feature](https://github.com/apache/incubator-hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22)
 first
+        Please make sure to search in the 
[feature](https://github.com/apache/hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22)
 first
         to see whether the same feature was requested already.
       options:
         - label: >
-            I had searched in the 
[feature](https://github.com/apache/incubator-hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no
+            I had searched in the 
[feature](https://github.com/apache/hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no
             similar feature requirement.
           required: true
 
diff --git a/.github/workflows/hubble-ci.yml b/.github/workflows/hubble-ci.yml
index 4cdb1836..4cd3f778 100644
--- a/.github/workflows/hubble-ci.yml
+++ b/.github/workflows/hubble-ci.yml
@@ -83,7 +83,7 @@ jobs:
           python -m pip install -r ${TRAVIS_DIR}/requirements.txt
           cd hugegraph-hubble
           mvn package -Dmaven.test.skip=true
-          cd apache-hugegraph-hubble-incubating*
+          cd apache-hugegraph-hubble-*
           cd bin
           ./start-hubble.sh -d
           ./stop-hubble.sh
diff --git a/AGENTS.md b/AGENTS.md
index 08424532..f398d6ad 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -134,7 +134,7 @@ hugegraph-loader, hugegraph-tools, hugegraph-hubble, 
hugegraph-spark-connector
 
 ### Hubble (Web UI on port 8088)
 ```bash
-cd hugegraph-hubble/apache-hugegraph-hubble-incubating-*/bin
+cd hugegraph-hubble/apache-hugegraph-hubble-*/bin
 ./start-hubble.sh      # Background
 ./start-hubble.sh -f   # Foreground
 ./stop-hubble.sh       # Stop
@@ -142,7 +142,7 @@ cd hugegraph-hubble/apache-hugegraph-hubble-incubating-*/bin
 
 ### Loader
 ```bash
-cd hugegraph-loader/apache-hugegraph-loader-incubating-*
+cd hugegraph-loader/apache-hugegraph-loader-*
 ./bin/hugegraph-loader.sh [options]
 ```
 
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index be557e36..00000000
--- 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/LICENSE b/LICENSE
index 5dec9a65..acde6597 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,9 +201,9 @@
    limitations under the License.
 
 ============================================================================
-   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/NOTICE b/NOTICE
index b1d047e1..00184626 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
-Apache HugeGraph(incubating)
-Copyright 2022-2025 The Apache Software Foundation
+Apache HugeGraph
+Copyright 2022-2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index 3395177f..0a4c38dd 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ A comprehensive suite of client SDKs, data tools, and 
management utilities for [
 **HugeGraph Ecosystem**:
 1. [hugegraph](https://github.com/apache/hugegraph) - Core graph database 
(**[pd](https://github.com/apache/hugegraph/tree/master/hugegraph-pd)** / 
**[store](https://github.com/apache/hugegraph/tree/master/hugegraph-store)** / 
**[server](https://github.com/apache/hugegraph/tree/master/hugegraph-server)** 
/ 
**[commons](https://github.com/apache/hugegraph/tree/master/hugegraph-commons)**)
 2. [hugegraph-computer](https://github.com/apache/hugegraph-computer) - 
Distributed graph computing system
-3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) - Graph 
AI/LLM/Knowledge Graph integration
+3. [hugegraph-ai](https://github.com/apache/hugegraph-ai) - Graph 
AI/LLM/Knowledge Graph integration
 4. [hugegraph-website](https://github.com/apache/hugegraph-doc) - 
Documentation and website
 
 ## Architecture Overview
@@ -191,7 +191,7 @@ client := hugegraph.NewClient("http://localhost:8080";, 
"hugegraph")
 
 </details>
 
-> **Looking for other languages?** See 
[hugegraph-python-client](https://github.com/apache/incubator-hugegraph-ai/tree/main/hugegraph-python-client)
 in the hugegraph-ai repository.
+> **Looking for other languages?** See 
[hugegraph-python-client](https://github.com/apache/hugegraph-ai/tree/main/hugegraph-python-client)
 in the hugegraph-ai repository.
 
 ---
 
@@ -247,7 +247,7 @@ client := hugegraph.NewClient("http://localhost:8080";, 
"hugegraph")
 
 **Quick Start**:
 ```bash
-cd hugegraph-hubble/apache-hugegraph-hubble-incubating-*/bin
+cd hugegraph-hubble/apache-hugegraph-hubble-*/bin
 ./start-hubble.sh      # Background mode
 ./start-hubble.sh -f   # Foreground mode
 ./stop-hubble.sh       # Stop server
diff --git a/hugegraph-client-go/README.en.md b/hugegraph-client-go/README.en.md
index 1b8f37f5..4481f382 100644
--- a/hugegraph-client-go/README.en.md
+++ b/hugegraph-client-go/README.en.md
@@ -30,8 +30,8 @@ Go get github. com/go huggraph
 ```Go
 package main
 
-import "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
-import 
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
+import "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
+import "github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
 
 func main() {
 
diff --git a/hugegraph-client-go/README.md b/hugegraph-client-go/README.md
index faf0cc06..4fb07a3a 100644
--- a/hugegraph-client-go/README.md
+++ b/hugegraph-client-go/README.md
@@ -11,7 +11,7 @@
 #### 安装教程
 
 ```shell
-go get github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go
+go get github.com/apache/hugegraph-toolchain/hugegraph-client-go
 ```
 
 #### 实现 API
@@ -28,8 +28,8 @@ go get 
github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go
 ```go
 package main
 
-import "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
-import 
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
+import "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
+import "github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
 
 func main() {
 
diff --git a/hugegraph-client-go/api/api.go b/hugegraph-client-go/api/api.go
index ac1ec92d..7533121e 100644
--- a/hugegraph-client-go/api/api.go
+++ b/hugegraph-client-go/api/api.go
@@ -22,8 +22,8 @@ import (
     "strconv"
     "time"
 
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/version"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/version"
 )
 
 // VERSION returns the package version as a string.
diff --git a/hugegraph-client-go/api/v1/api.go 
b/hugegraph-client-go/api/v1/api.go
index 09fec0fe..11de949a 100644
--- a/hugegraph-client-go/api/v1/api.go
+++ b/hugegraph-client-go/api/v1/api.go
@@ -17,7 +17,7 @@
 
 package v1
 
-import 
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api"
+import "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api"
 
 type APIV1 struct {
     Version Version
diff --git a/hugegraph-client-go/api/v1/edgelabel/edgelabel.go 
b/hugegraph-client-go/api/v1/edgelabel/edgelabel.go
index 5a2d90a2..c2226823 100644
--- a/hugegraph-client-go/api/v1/edgelabel/edgelabel.go
+++ b/hugegraph-client-go/api/v1/edgelabel/edgelabel.go
@@ -22,8 +22,8 @@ import (
     "encoding/json"
     "errors"
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/model"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/model"
     "io"
     "io/ioutil"
     "net/http"
diff --git a/hugegraph-client-go/api/v1/edgelabel/edgelabel_test.go 
b/hugegraph-client-go/api/v1/edgelabel/edgelabel_test.go
index 6709c17a..160d4654 100644
--- a/hugegraph-client-go/api/v1/edgelabel/edgelabel_test.go
+++ b/hugegraph-client-go/api/v1/edgelabel/edgelabel_test.go
@@ -19,11 +19,11 @@ package edgelabel_test
 
 import (
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/edgelabel"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/propertykey"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/vertexlabel"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/model"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/edgelabel"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/propertykey"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/vertexlabel"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/model"
     "math/rand"
     "testing"
     "time"
diff --git a/hugegraph-client-go/api/v1/gremlin/gemlin.go 
b/hugegraph-client-go/api/v1/gremlin/gemlin.go
index 5be0f42b..a2c3112b 100644
--- a/hugegraph-client-go/api/v1/gremlin/gemlin.go
+++ b/hugegraph-client-go/api/v1/gremlin/gemlin.go
@@ -23,7 +23,7 @@ import (
     "encoding/json"
     "errors"
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api"
     "io"
     "io/ioutil"
     "net/http"
diff --git a/hugegraph-client-go/api/v1/gremlin/gemlin_test.go 
b/hugegraph-client-go/api/v1/gremlin/gemlin_test.go
index c8cddd67..d880c887 100644
--- a/hugegraph-client-go/api/v1/gremlin/gemlin_test.go
+++ b/hugegraph-client-go/api/v1/gremlin/gemlin_test.go
@@ -20,7 +20,7 @@ package gremlin_test
 
 import (
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
     "log"
     "testing"
 )
diff --git a/hugegraph-client-go/api/v1/propertykey/propertykey.go 
b/hugegraph-client-go/api/v1/propertykey/propertykey.go
index 125d9a08..499bb3d2 100644
--- a/hugegraph-client-go/api/v1/propertykey/propertykey.go
+++ b/hugegraph-client-go/api/v1/propertykey/propertykey.go
@@ -22,8 +22,8 @@ import (
     "encoding/json"
     "errors"
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/model"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/model"
     "io"
     "io/ioutil"
     "net/http"
diff --git a/hugegraph-client-go/api/v1/propertykey/propertykey_test.go 
b/hugegraph-client-go/api/v1/propertykey/propertykey_test.go
index 14e1e99c..84b9f81c 100644
--- a/hugegraph-client-go/api/v1/propertykey/propertykey_test.go
+++ b/hugegraph-client-go/api/v1/propertykey/propertykey_test.go
@@ -19,9 +19,9 @@ package propertykey_test
 
 import (
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/propertykey"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/model"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/propertykey"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/model"
     "log"
     "math/rand"
     "testing"
diff --git a/hugegraph-client-go/api/v1/schema.go 
b/hugegraph-client-go/api/v1/schema.go
index ebe237ff..1db7333f 100644
--- a/hugegraph-client-go/api/v1/schema.go
+++ b/hugegraph-client-go/api/v1/schema.go
@@ -21,12 +21,12 @@ import (
     "context"
     "encoding/json"
     "fmt"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
     "io"
     "io/ioutil"
     "net/http"
 
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api"
 )
 
 // ----- API Definition -------------------------------------------------------
diff --git a/hugegraph-client-go/api/v1/schema_test.go 
b/hugegraph-client-go/api/v1/schema_test.go
index 47daab74..6e9362e6 100644
--- a/hugegraph-client-go/api/v1/schema_test.go
+++ b/hugegraph-client-go/api/v1/schema_test.go
@@ -19,7 +19,7 @@ package v1_test
 
 import (
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
     "log"
     "testing"
 )
diff --git a/hugegraph-client-go/api/v1/version.go 
b/hugegraph-client-go/api/v1/version.go
index e3a55990..1db8334b 100644
--- a/hugegraph-client-go/api/v1/version.go
+++ b/hugegraph-client-go/api/v1/version.go
@@ -20,12 +20,12 @@ package v1
 import (
     "context"
     "encoding/json"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
     "io"
     "io/ioutil"
     "net/http"
 
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api"
 )
 
 // ----- API Definition -------------------------------------------------------
diff --git a/hugegraph-client-go/api/v1/version_test.go 
b/hugegraph-client-go/api/v1/version_test.go
index 62309885..9c8b2390 100644
--- a/hugegraph-client-go/api/v1/version_test.go
+++ b/hugegraph-client-go/api/v1/version_test.go
@@ -20,7 +20,7 @@ package v1_test
 import (
     "testing"
 
-    hugegraph 
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
+    hugegraph "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
 )
 
 func TestVersionRequest_Do(t *testing.T) {
diff --git a/hugegraph-client-go/api/v1/vertex/vertex.go 
b/hugegraph-client-go/api/v1/vertex/vertex.go
index 0e2a3c52..a7975a85 100644
--- a/hugegraph-client-go/api/v1/vertex/vertex.go
+++ b/hugegraph-client-go/api/v1/vertex/vertex.go
@@ -22,8 +22,8 @@ import (
     "context"
     "encoding/json"
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/model"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/model"
     "io"
     "io/ioutil"
     "net/http"
diff --git a/hugegraph-client-go/api/v1/vertexlabel/vertexlabel.go 
b/hugegraph-client-go/api/v1/vertexlabel/vertexlabel.go
index 76bc3e0d..8825b95c 100644
--- a/hugegraph-client-go/api/v1/vertexlabel/vertexlabel.go
+++ b/hugegraph-client-go/api/v1/vertexlabel/vertexlabel.go
@@ -28,8 +28,8 @@ import (
    "net/url"
    "strings"
 
-   "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api"
-   
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/model"
+   "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api"
+   "github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/model"
 )
 
 type VertexLabel struct {
diff --git a/hugegraph-client-go/api/v1/vertexlabel/vertexlabel_test.go 
b/hugegraph-client-go/api/v1/vertexlabel/vertexlabel_test.go
index 5289434d..de07e481 100644
--- a/hugegraph-client-go/api/v1/vertexlabel/vertexlabel_test.go
+++ b/hugegraph-client-go/api/v1/vertexlabel/vertexlabel_test.go
@@ -19,10 +19,10 @@ package vertexlabel_test
 
 import (
     "fmt"
-    "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/propertykey"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/vertexlabel"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/model"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/propertykey"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/vertexlabel"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/model"
     "math/rand"
     "testing"
     "time"
diff --git a/hugegraph-client-go/go.mod b/hugegraph-client-go/go.mod
index d45b4200..01e22ea8 100644
--- a/hugegraph-client-go/go.mod
+++ b/hugegraph-client-go/go.mod
@@ -1,4 +1,4 @@
-module github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go
+module github.com/apache/hugegraph-toolchain/hugegraph-client-go
 
 go 1.19
 
diff --git a/hugegraph-client-go/hgtransport/hgtransport.go 
b/hugegraph-client-go/hgtransport/hgtransport.go
index 8c669c8b..2f52bb40 100644
--- a/hugegraph-client-go/hgtransport/hgtransport.go
+++ b/hugegraph-client-go/hgtransport/hgtransport.go
@@ -27,7 +27,7 @@ import (
     "strings"
     "time"
 
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/version"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/version"
 )
 
 // Version returns the package version as a string.
diff --git a/hugegraph-client-go/hugegraph.go b/hugegraph-client-go/hugegraph.go
index 910f836b..5e5a5f30 100644
--- a/hugegraph-client-go/hugegraph.go
+++ b/hugegraph-client-go/hugegraph.go
@@ -20,18 +20,18 @@ package hugegraph
 import (
     "errors"
     "fmt"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/edgelabel"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/gremlin"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/propertykey"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/vertex"
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/api/v1/vertexlabel"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/edgelabel"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/gremlin"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/propertykey"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/vertex"
+    
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/api/v1/vertexlabel"
     "net"
     "net/http"
     "net/url"
     "os"
 
-    
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
+    "github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
 )
 
 // Config 配置类型
diff --git a/hugegraph-client/assembly/travis/install-hugegraph-from-source.sh 
b/hugegraph-client/assembly/travis/install-hugegraph-from-source.sh
index aa48dda4..d7b74aff 100755
--- a/hugegraph-client/assembly/travis/install-hugegraph-from-source.sh
+++ b/hugegraph-client/assembly/travis/install-hugegraph-from-source.sh
@@ -28,7 +28,6 @@ git clone --depth 150 ${HUGEGRAPH_GIT_URL} hugegraph
 cd hugegraph
 git checkout "${COMMIT_ID}"
 mvn package -DskipTests -Dmaven.javadoc.skip=true -ntp
-# TODO: lack incubator after apache package release (update it later)
 cd hugegraph-server
 mv apache-hugegraph-*.tar.gz ../../
 cd ../../
@@ -37,7 +36,6 @@ tar zxf apache-hugegraph-*.tar.gz
 
 HTTPS_SERVER_DIR="hugegraph_https"
 mkdir ${HTTPS_SERVER_DIR}
-# TODO: lack incubator after apache package release (update it later)
 cp -r apache-hugegraph-*/. ${HTTPS_SERVER_DIR}
 cd "$(find apache-hugegraph-* | head -1)"
 # start HugeGraphServer with http protocol
diff --git 
a/hugegraph-client/src/main/java/org/apache/hugegraph/util/CommonUtil.java 
b/hugegraph-client/src/main/java/org/apache/hugegraph/util/CommonUtil.java
index f430fd07..67ee71fa 100644
--- a/hugegraph-client/src/main/java/org/apache/hugegraph/util/CommonUtil.java
+++ b/hugegraph-client/src/main/java/org/apache/hugegraph/util/CommonUtil.java
@@ -26,7 +26,7 @@ import org.apache.commons.io.FileUtils;
 
 public final class CommonUtil {
 
-    public static final String PREFIX = 
"https://github.com/apache/incubator-hugegraph-doc/"; +
+    public static final String PREFIX = 
"https://github.com/apache/hugegraph-doc/"; +
                                         "raw/binary/dist/toolchain/";
 
     public static void checkMapClass(Object object, Class<?> kClass,
diff --git a/hugegraph-dist/pom.xml b/hugegraph-dist/pom.xml
index bedb1053..03d28150 100644
--- a/hugegraph-dist/pom.xml
+++ b/hugegraph-dist/pom.xml
@@ -31,7 +31,7 @@
 
     <properties>
         <release.name>${project.parent.artifactId}</release.name>
-        
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
+        <final.name>apache-${release.name}-${project.version}</final.name>
     </properties>
 
     <build>
@@ -52,10 +52,10 @@
                                     cd $root_path || exit
 
                                     mkdir -p ${final.name}
-                                    mv -v 
$root_path/hugegraph-hubble/apache-hugegraph-hubble-incubating-${project.version}
 ${final.name}/ || exit
-                                    mv -v 
$root_path/hugegraph-loader/apache-hugegraph-loader-incubating-${project.version}
 ${final.name}/ || exit
-                                    mv -v 
$root_path/hugegraph-tools/apache-hugegraph-tools-incubating-${project.version} 
${final.name}/ || exit
-                                    cp -r -v 
$root_path/hugegraph-dist/release-docs/* $root_path/DISCLAIMER ${final.name}/ 
|| exit
+                                    mv -v 
$root_path/hugegraph-hubble/apache-hugegraph-hubble-${project.version} 
${final.name}/ || exit
+                                    mv -v 
$root_path/hugegraph-loader/apache-hugegraph-loader-${project.version} 
${final.name}/ || exit
+                                    mv -v 
$root_path/hugegraph-tools/apache-hugegraph-tools-${project.version} 
${final.name}/ || exit
+                                    cp -r -v 
$root_path/hugegraph-dist/release-docs/* ${final.name}/ || exit
 
                                     tar zcvf 
$root_path/target/${final.name}.tar.gz ./${final.name} || exit 1
 
diff --git a/hugegraph-dist/release-docs/LICENSE 
b/hugegraph-dist/release-docs/LICENSE
index 3450cbb4..7543d082 100644
--- a/hugegraph-dist/release-docs/LICENSE
+++ b/hugegraph-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/hugegraph-dist/release-docs/NOTICE 
b/hugegraph-dist/release-docs/NOTICE
index e0f4eb14..d268ded9 100644
--- a/hugegraph-dist/release-docs/NOTICE
+++ b/hugegraph-dist/release-docs/NOTICE
@@ -1,5 +1,5 @@
-Apache HugeGraph(incubating)
-Copyright 2022-2025 The Apache Software Foundation
+Apache HugeGraph
+Copyright 2022-2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/hugegraph-dist/scripts/apache-release.sh 
b/hugegraph-dist/scripts/apache-release.sh
index 9d36366c..75a2fa4a 100755
--- a/hugegraph-dist/scripts/apache-release.sh
+++ b/hugegraph-dist/scripts/apache-release.sh
@@ -41,14 +41,14 @@ rm -rf dist && mkdir -p dist/apache-${REPO}
 # step1: package the source code
 cd ../../ || exit
 git archive --format=tar.gz \
-  
--output="${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz"
 \
-  --prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" 
|| exit
+  
--output="${GROUP}-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 ../
 rm -rfv ${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/hugegraph-hubble/Dockerfile b/hugegraph-hubble/Dockerfile
index 6e9164f5..377b6fb4 100644
--- a/hugegraph-hubble/Dockerfile
+++ b/hugegraph-hubble/Dockerfile
@@ -37,7 +37,7 @@ RUN set -x \
 
 FROM eclipse-temurin:11-jre-jammy
 
-COPY --from=build /pkg/hugegraph-hubble/apache-hugegraph-hubble-incubating-*/ 
/hubble
+COPY --from=build /pkg/hugegraph-hubble/apache-hugegraph-hubble-*/ /hubble
 WORKDIR /hubble/
 
 EXPOSE 8088
diff --git a/hugegraph-hubble/README.md b/hugegraph-hubble/README.md
index c9392f5e..6b03d5af 100644
--- a/hugegraph-hubble/README.md
+++ b/hugegraph-hubble/README.md
@@ -1,8 +1,8 @@
 # Apache HugeGraph-Hubble
 
 
[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![hugegraph-hubble-ci](https://github.com/apache/incubator-hugegraph-toolchain/actions/workflows/hubble-ci.yml/badge.svg?branch=master)](https://github.com/apache/incubator-hugegraph-toolchain/actions/workflows/hubble-ci.yml)
-[![CodeQL](https://github.com/apache/incubator-hugegraph-toolchain/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/incubator-hugegraph-toolchain/actions/workflows/codeql-analysis.yml)
+[![hugegraph-hubble-ci](https://github.com/apache/hugegraph-toolchain/actions/workflows/hubble-ci.yml/badge.svg?branch=master)](https://github.com/apache/hugegraph-toolchain/actions/workflows/hubble-ci.yml)
+[![CodeQL](https://github.com/apache/hugegraph-toolchain/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/hugegraph-toolchain/actions/workflows/codeql-analysis.yml)
 
 hugegraph-hubble is a graph management and analysis platform that provides 
features:
 graph data load, schema management, graph relationship analysis, and graphical 
display.
@@ -29,9 +29,9 @@ And you can find more details in the 
[doc](https://hugegraph.apache.org/docs/qui
 `hubble` is in the `toolchain` project. First, download the binary tar tarball
 
 ```bash
-wget 
https://downloads.apache.org/incubator/hugegraph/{version}/apache-hugegraph-toolchain-incubating-{version}.tar.gz
-tar -xvf apache-hugegraph-toolchain-incubating-{version}.tar.gz 
-cd 
apache-hugegraph-toolchain-incubating-{version}.tar.gz/apache-hugegraph-hubble-incubating-{version}
+wget 
https://downloads.apache.org/hugegraph/{version}/apache-hugegraph-toolchain-{version}.tar.gz
+tar -xvf apache-hugegraph-toolchain-{version}.tar.gz
+cd apache-hugegraph-toolchain-{version}/apache-hugegraph-hubble-{version}
 ```
 
 Run `hubble`:
@@ -74,12 +74,12 @@ git clone https://github.com/apache/hugegraph-toolchain.git
 Compile `hubble`. It depends on the loader and client, so you need to build 
these dependencies in advance during the compilation process (you can skip this 
step later).
 
 ```bash
-cd incubator-hugegraph-toolchain
+cd hugegraph-toolchain
 sudo pip install -r 
hugegraph-hubble/hubble-dist/assembly/travis/requirements.txt
 mvn install -pl hugegraph-client,hugegraph-loader -am 
-Dmaven.javadoc.skip=true -DskipTests -ntp
 cd hugegraph-hubble
 mvn -e compile package -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -ntp
-cd apache-hugegraph-hubble-incubating*
+cd apache-hugegraph-hubble-*
 ```
 
 Run `hubble`
diff --git a/hugegraph-hubble/hubble-dist/assembly/travis/download-hugegraph.sh 
b/hugegraph-hubble/hubble-dist/assembly/travis/download-hugegraph.sh
index 7e9c40eb..8cce7d09 100755
--- a/hugegraph-hubble/hubble-dist/assembly/travis/download-hugegraph.sh
+++ b/hugegraph-hubble/hubble-dist/assembly/travis/download-hugegraph.sh
@@ -32,7 +32,6 @@ cd "${GIT_DIR}"
 git checkout "${COMMIT_ID}"
 mvn package -DskipTests -Dmaven.javadoc.skip=true -ntp
 
-# TODO: lack incubator after apache package release (update it later)
 cd hugegraph-server
 TAR=$(echo apache-hugegraph-*.tar.gz)
 cp apache-hugegraph-*.tar.gz ../../
diff --git a/hugegraph-hubble/hubble-dist/pom.xml 
b/hugegraph-hubble/hubble-dist/pom.xml
index 66335e06..61f29d3b 100644
--- a/hugegraph-hubble/hubble-dist/pom.xml
+++ b/hugegraph-hubble/hubble-dist/pom.xml
@@ -27,7 +27,7 @@
 
     <properties>
         <release.name>${project.parent.artifactId}</release.name>
-        
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
+        <final.name>apache-${release.name}-${project.version}</final.name>
         <top.level.dir>${project.basedir}/..</top.level.dir>
         <current.basedir>${project.basedir}</current.basedir>
         <assembly.dir>${current.basedir}/assembly</assembly.dir>
diff --git a/hugegraph-hubble/package.json b/hugegraph-hubble/package.json
index bf26f877..a6087977 100644
--- a/hugegraph-hubble/package.json
+++ b/hugegraph-hubble/package.json
@@ -4,7 +4,7 @@
   "license": "Apache-2.0",
   "repository": {
     "type": "git",
-    "url": "https://github.com/apache/incubator-hugegraph-toolchain";
+    "url": "https://github.com/apache/hugegraph-toolchain";
   },
   "husky": {
     "hooks": {
diff --git a/hugegraph-loader/Dockerfile b/hugegraph-loader/Dockerfile
index c923327d..85f60929 100644
--- a/hugegraph-loader/Dockerfile
+++ b/hugegraph-loader/Dockerfile
@@ -32,7 +32,7 @@ RUN set -x \
 
 FROM eclipse-temurin:11-jre-jammy
 
-COPY --from=build /pkg/hugegraph-loader/apache-hugegraph-loader-incubating-*/ 
/loader
+COPY --from=build /pkg/hugegraph-loader/apache-hugegraph-loader-*/ /loader
 WORKDIR /loader/
 
 RUN set -x \
diff --git a/hugegraph-loader/README.md b/hugegraph-loader/README.md
index 6460a7bd..08abfde2 100644
--- a/hugegraph-loader/README.md
+++ b/hugegraph-loader/README.md
@@ -30,7 +30,7 @@ And you can find more details in the 
[doc](https://hugegraph.apache.org/docs/qui
 Download the latest version of the HugeGraph-Toolchain release package:
 
 ``` bash
-wget 
https://downloads.apache.org/incubator/hugegraph/{version}/apache-hugegraph-toolchain-incubating-{version}.tar.gz
+wget 
https://downloads.apache.org/hugegraph/{version}/apache-hugegraph-toolchain-{version}.tar.gz
 tar zxf *hugegraph*.tar.gz
 ```
 
@@ -43,7 +43,7 @@ Clone the latest version of HugeGraph-Loader source package:
 git clone https://github.com/apache/hugegraph-toolchain.git
 
 # 2. get from direct  (e.g. here is 1.0.0, please choose the latest version)
-wget 
https://downloads.apache.org/incubator/hugegraph/{version}/apache-hugegraph-toolchain-incubating-{version}-src.tar.gz
+wget 
https://downloads.apache.org/hugegraph/{version}/apache-hugegraph-toolchain-{version}-src.tar.gz
 ```
 
 Due to the license limitation of the `Oracle OJDBC`, you need to manually 
install ojdbc to the local maven repository. Visit the [Oracle jdbc downloads 
page](https://www.oracle.com/database/technologies/appdev/jdbc-drivers-archive.html).
 Select Oracle Database 12c Release 2 (12.2.0.1) drivers, as shown in the 
following figure.
@@ -90,15 +90,15 @@ The example `docker-compose.yml` is 
[here](./docker/example/docker-compose.yml).
 Download and unzip the compiled archive
 
 ```bash
-wget 
https://downloads.apache.org/incubator/hugegraph/{version}/apache-hugegraph-toolchain-incubating-{version}.tar.gz
+wget 
https://downloads.apache.org/hugegraph/{version}/apache-hugegraph-toolchain-{version}.tar.gz
 tar zxf *hugegraph*.tar.gz
 ```
 
 Then, load data with example file:
 
 ```bash
-cd apache-hugegraph-toolchain-incubating-{version}
-cd apache-hugegraph-loader-incubating-{version}
+cd apache-hugegraph-toolchain-{version}
+cd apache-hugegraph-loader-{version}
 sh bin/hugegraph-loader.sh -g hugegraph -f example/file/struct.json -s 
example/file/schema.groovy
 ```
 
diff --git a/hugegraph-loader/assembly/travis/install-hugegraph-from-source.sh 
b/hugegraph-loader/assembly/travis/install-hugegraph-from-source.sh
index 3cba191f..354acd95 100755
--- a/hugegraph-loader/assembly/travis/install-hugegraph-from-source.sh
+++ b/hugegraph-loader/assembly/travis/install-hugegraph-from-source.sh
@@ -28,7 +28,6 @@ git clone --depth 150 ${HUGEGRAPH_GIT_URL} hugegraph
 cd hugegraph
 git checkout "${COMMIT_ID}"
 mvn package -DskipTests -Dmaven.javadoc.skip=true -ntp
-# TODO: lack incubator after apache package release (update it later)
 cd hugegraph-server
 mv apache-hugegraph-*.tar.gz ../../
 cd ../../
@@ -37,7 +36,6 @@ tar zxf apache-hugegraph-*.tar.gz
 
 HTTPS_SERVER_DIR="hugegraph_https"
 mkdir ${HTTPS_SERVER_DIR}
-# TODO: lack incubator after apache package release (update it later)
 cp -r apache-hugegraph-*/. ${HTTPS_SERVER_DIR}
 cd "$(find apache-hugegraph-* | head -1)"
 # start HugeGraphServer with http protocol
diff --git a/hugegraph-loader/assembly/travis/install-hugegraph-from-tar.sh 
b/hugegraph-loader/assembly/travis/install-hugegraph-from-tar.sh
index afe1c859..07a4bb33 100755
--- a/hugegraph-loader/assembly/travis/install-hugegraph-from-tar.sh
+++ b/hugegraph-loader/assembly/travis/install-hugegraph-from-tar.sh
@@ -25,12 +25,10 @@ VERSION=$1
 
HUGEGRAPH_LINK="https://github.com/hugegraph/hugegraph/releases/download/v${VERSION}/hugegraph-${VERSION}.tar.gz";
 
 wget "${HUGEGRAPH_LINK}" || exit 1
-# TODO: lack incubator after apache package release (update it later)
 tar zxvf hugegraph-${VERSION}.tar.gz
 
 HTTPS_SERVER_DIR="hugegraph_https"
 mkdir ${HTTPS_SERVER_DIR}
-# TODO: lack incubator after apache package release (update it later)
 cp -r hugegraph-${VERSION}/. ${HTTPS_SERVER_DIR}
 cd hugegraph-${VERSION}
 
diff --git a/hugegraph-loader/pom.xml b/hugegraph-loader/pom.xml
index e3924bfd..29272b2b 100644
--- a/hugegraph-loader/pom.xml
+++ b/hugegraph-loader/pom.xml
@@ -39,7 +39,7 @@
 
     <properties>
         <release.name>${project.artifactId}</release.name>
-        
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
+        <final.name>apache-${release.name}-${project.version}</final.name>
         <assembly.dir>${project.basedir}/assembly</assembly.dir>
         
<assembly.descriptor.dir>${assembly.dir}/descriptor</assembly.descriptor.dir>
         <assembly.static.dir>${assembly.dir}/static</assembly.static.dir>
diff --git 
a/hugegraph-loader/src/test/java/org/apache/hugegraph/loader/test/functional/FileLoadTest.java
 
b/hugegraph-loader/src/test/java/org/apache/hugegraph/loader/test/functional/FileLoadTest.java
index 5be6a61e..e0e118d6 100644
--- 
a/hugegraph-loader/src/test/java/org/apache/hugegraph/loader/test/functional/FileLoadTest.java
+++ 
b/hugegraph-loader/src/test/java/org/apache/hugegraph/loader/test/functional/FileLoadTest.java
@@ -258,8 +258,11 @@ public class FileLoadTest extends LoadTest {
         argsList1.addAll(Arrays.asList("--username", "admin", "--password", 
"pa"));
         Assert.assertThrows(ParseException.class, () -> {
             HugeGraphLoader loader = new HugeGraphLoader(argsList1.toArray(new 
String[0]));
-            loader.load();
-            loader.shutdown();
+            try {
+                loader.load();
+            } finally {
+                loader.shutdown();
+            }
         }, (e) -> {
             String msg = e.getMessage();
             Assert.assertTrue(msg.startsWith("Failed to convert value"));
@@ -2579,8 +2582,11 @@ public class FileLoadTest extends LoadTest {
         argsList.addAll(Arrays.asList("--username", "admin", "--password", 
"pa"));
         AsyncThrowsAssert.assertThrows(RuntimeException.class, () -> {
             HugeGraphLoader loader = new HugeGraphLoader(argsList.toArray(new 
String[0]));
-            loader.load();
-            loader.shutdown();
+            try {
+                loader.load();
+            } finally {
+                loader.shutdown();
+            }
         }, e -> {
             String msgSuffix = "check whether the headers or field_mapping " +
                                "are configured correctly";
diff --git 
a/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-source.sh 
b/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-source.sh
index 3cba191f..354acd95 100755
--- a/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-source.sh
+++ b/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-source.sh
@@ -28,7 +28,6 @@ git clone --depth 150 ${HUGEGRAPH_GIT_URL} hugegraph
 cd hugegraph
 git checkout "${COMMIT_ID}"
 mvn package -DskipTests -Dmaven.javadoc.skip=true -ntp
-# TODO: lack incubator after apache package release (update it later)
 cd hugegraph-server
 mv apache-hugegraph-*.tar.gz ../../
 cd ../../
@@ -37,7 +36,6 @@ tar zxf apache-hugegraph-*.tar.gz
 
 HTTPS_SERVER_DIR="hugegraph_https"
 mkdir ${HTTPS_SERVER_DIR}
-# TODO: lack incubator after apache package release (update it later)
 cp -r apache-hugegraph-*/. ${HTTPS_SERVER_DIR}
 cd "$(find apache-hugegraph-* | head -1)"
 # start HugeGraphServer with http protocol
diff --git 
a/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-tar.sh 
b/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-tar.sh
index 00f388bf..e570e3d1 100755
--- a/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-tar.sh
+++ b/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-tar.sh
@@ -22,11 +22,11 @@ if [[ $# -ne 1 ]]; then
 fi
 
 VERSION=$1
-HUGEGRAPH_LINK="https://downloads.apache.org/incubator/hugegraph/${VERSION}/apache-hugegraph-incubating-${VERSION}.tar.gz";
+HUGEGRAPH_LINK="https://downloads.apache.org/hugegraph/${VERSION}/apache-hugegraph-${VERSION}.tar.gz";
 
 wget "${HUGEGRAPH_LINK}" -q --show-progress || exit 1
-tar zxvf apache-hugegraph-incubating-${VERSION}.tar.gz
-cd apache-hugegraph-incubating-${VERSION}
+tar zxvf apache-hugegraph-${VERSION}.tar.gz
+cd apache-hugegraph-${VERSION}
 
 ## start HugeGraphServer with http protocol
 bin/init-store.sh
diff --git a/hugegraph-spark-connector/pom.xml 
b/hugegraph-spark-connector/pom.xml
index 1ce5b6d2..aef8407e 100644
--- a/hugegraph-spark-connector/pom.xml
+++ b/hugegraph-spark-connector/pom.xml
@@ -49,7 +49,7 @@
         <assembly.dir>${project.basedir}/assembly</assembly.dir>
         
<assembly.descriptor.dir>${assembly.dir}/descriptor</assembly.descriptor.dir>
         <release.name>${project.artifactId}</release.name>
-        
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
+        <final.name>apache-${release.name}-${project.version}</final.name>
     </properties>
 
     <dependencies>
diff --git a/hugegraph-tools/assembly/travis/install-hugegraph-from-source.sh 
b/hugegraph-tools/assembly/travis/install-hugegraph-from-source.sh
index 3cba191f..354acd95 100755
--- a/hugegraph-tools/assembly/travis/install-hugegraph-from-source.sh
+++ b/hugegraph-tools/assembly/travis/install-hugegraph-from-source.sh
@@ -28,7 +28,6 @@ git clone --depth 150 ${HUGEGRAPH_GIT_URL} hugegraph
 cd hugegraph
 git checkout "${COMMIT_ID}"
 mvn package -DskipTests -Dmaven.javadoc.skip=true -ntp
-# TODO: lack incubator after apache package release (update it later)
 cd hugegraph-server
 mv apache-hugegraph-*.tar.gz ../../
 cd ../../
@@ -37,7 +36,6 @@ tar zxf apache-hugegraph-*.tar.gz
 
 HTTPS_SERVER_DIR="hugegraph_https"
 mkdir ${HTTPS_SERVER_DIR}
-# TODO: lack incubator after apache package release (update it later)
 cp -r apache-hugegraph-*/. ${HTTPS_SERVER_DIR}
 cd "$(find apache-hugegraph-* | head -1)"
 # start HugeGraphServer with http protocol
diff --git a/hugegraph-tools/pom.xml b/hugegraph-tools/pom.xml
index e49c5ae2..80787453 100644
--- a/hugegraph-tools/pom.xml
+++ b/hugegraph-tools/pom.xml
@@ -29,12 +29,12 @@
     <artifactId>hugegraph-tools</artifactId>
     <packaging>jar</packaging>
 
-    
<url>https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-tools</url>
+    
<url>https://github.com/apache/hugegraph-toolchain/tree/master/hugegraph-tools</url>
     <name>${project.artifactId}</name>
 
     <properties>
         <release.name>${project.artifactId}</release.name>
-        
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
+        <final.name>apache-${release.name}-${project.version}</final.name>
         <assembly.dir>${project.basedir}/assembly</assembly.dir>
         
<assembly.descriptor.dir>${assembly.dir}/descriptor</assembly.descriptor.dir>
         <shell-executable>bash</shell-executable>
diff --git a/pom.xml b/pom.xml
index d9413db9..f64ad728 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <packaging>pom</packaging>
 
     <name>${project.artifactId}</name>
-    <url>https://github.com/apache/incubator-hugegraph-toolchain</url>
+    <url>https://github.com/apache/hugegraph-toolchain</url>
     <description>
         hugegraph-toolchain is the integration project contains a series of 
utilities for HugeGraph,
         it includes 5+ main modules (loader/hubble/tools/clients/data 
connector)
@@ -48,7 +48,7 @@
 
     <developers>
         <developer>
-            <id>Apache HugeGraph(Incubating)</id>
+            <id>Apache HugeGraph</id>
             <email>[email protected]</email>
             <url>https://hugegraph.apache.org/</url>
         </developer>
@@ -59,7 +59,7 @@
             <name>Developer List</name>
             <subscribe>[email protected]</subscribe>
             <unsubscribe>[email protected]</unsubscribe>
-            <post>[email protected]</post>
+            <post>[email protected]</post>
         </mailingList>
         <mailingList>
             <name>Commits List</name>
@@ -102,7 +102,7 @@
         <!-- TODO: upgrade common later -->
         <hugegraph.common.version>1.5.0</hugegraph.common.version>
         <release.name>${project.artifactId}</release.name>
-        
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
+        <final.name>apache-${release.name}-${project.version}</final.name>
         <assembly.dir>${project.basedir}/assembly</assembly.dir>
         
<assembly.descriptor.dir>${assembly.dir}/descriptor</assembly.descriptor.dir>
         <assembly.static.dir>${assembly.dir}/static</assembly.static.dir>
@@ -565,7 +565,7 @@
                         <exclude>**/*.txt</exclude>
                         <exclude>**/.flattened-pom.xml</exclude>
                         <exclude>**/hubble-fe/**/*</exclude>
-                        
<exclude>**/apache-hugegraph-hubble-incubating-*/**/*</exclude>
+                        <exclude>**/apache-hugegraph-hubble-*/**/*</exclude>
                     </excludes>
                     <!-- All files are included by default:
                     <includes>

Reply via email to