From 30fc04a4c119c7b7c2bd577c1d0e8f2c86067bc3 Mon Sep 17 00:00:00 2001 From: imbajin Date: Thu, 21 Mar 2024 22:12:04 +0800 Subject: [PATCH] chore: upgrade to 1.3.0 (last major version support Java8) fix --- .github/workflows/check-dependencies.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/licence-checker.yml | 2 +- .../java/org/apache/hugegraph/version/CoreVersion.java | 4 ++-- hugegraph-server/pom.xml | 2 +- pom.xml | 9 +++------ 7 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.github/workflows/check-dependencies.yml b/.github/workflows/check-dependencies.yml index e3632f5d38..5350d53fe6 100644 --- a/.github/workflows/check-dependencies.yml +++ b/.github/workflows/check-dependencies.yml @@ -13,7 +13,7 @@ jobs: dependency-check: runs-on: ubuntu-latest env: - USE_STAGE: 'false' # Whether to include the stage repository. + USE_STAGE: 'true' # Whether to include the stage repository. SCRIPT_DEPENDENCY: hugegraph-server/hugegraph-dist/scripts/dependency steps: - name: Checkout source diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1130bdc4f..59cdad7b8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: # TODO: we need test & replace it to ubuntu-24.04 or ubuntu-latest runs-on: ubuntu-20.04 env: - USE_STAGE: 'false' # Whether to include the stage repository. + USE_STAGE: 'true' # Whether to include the stage repository. TRAVIS_DIR: hugegraph-server/hugegraph-dist/src/assembly/travis REPORT_DIR: target/site/jacoco BACKEND: ${{ matrix.BACKEND }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 538eb7f98c..9165bfda94 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,7 +12,7 @@ on: jobs: analyze: env: - USE_STAGE: 'false' # Whether to include the stage repository. + USE_STAGE: 'true' # Whether to include the stage repository. name: Analyze runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/licence-checker.yml b/.github/workflows/licence-checker.yml index 43ce6adf72..a466aacbdb 100644 --- a/.github/workflows/licence-checker.yml +++ b/.github/workflows/licence-checker.yml @@ -11,7 +11,7 @@ jobs: check-license: runs-on: ubuntu-latest env: - USE_STAGE: 'false' # Whether to include the stage repository. + USE_STAGE: 'true' # Whether to include the stage repository. steps: - uses: actions/checkout@v4 diff --git a/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java b/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java index 84dc28dedc..dd2aba44a3 100644 --- a/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java +++ b/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java @@ -23,7 +23,7 @@ public class CoreVersion { public static final String NAME = "hugegraph-core"; - public static final String DEFAULT_VERSION = "1.2.0"; + public static final String DEFAULT_VERSION = "1.3.0"; /** * The second parameter of Version.of() is for IDE running without JAR */ @@ -40,6 +40,6 @@ public class CoreVersion { public static void check() { // Check the version of hugegraph-common - VersionUtil.check(CommonVersion.VERSION, "1.0", "1.35", CommonVersion.NAME); + VersionUtil.check(CommonVersion.VERSION, "1.0", "1.55", CommonVersion.NAME); } } diff --git a/hugegraph-server/pom.xml b/hugegraph-server/pom.xml index 64dedc1784..60946101f0 100644 --- a/hugegraph-server/pom.xml +++ b/hugegraph-server/pom.xml @@ -57,7 +57,7 @@ bash 3.1.2 8.45 - 1.2.0 + 1.3.0 1.47.0 3.21.7 1.36 diff --git a/pom.xml b/pom.xml index c4dfe351d6..ed2b53af33 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,8 @@ ${project.artifactId} https://github.com/apache/hugegraph - HugeGraph is a fast-speed and highly scalable graph database. + HugeGraph is a fast-speed and highly scalable graph database that supports more than 100 billion data, high + performance and scalability (Include OLTP Engine & REST-API & Backends) @@ -84,12 +85,8 @@ scm:git:https://github.com/apache/hugegraph.git - - 3.5.0 - - - 1.2.0 + 1.3.0