This is an automated email from the ASF dual-hosted git repository. vaughn pushed a change to branch build_image in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
from b249ea132 Merge branch 'master' into build_image add 7d84f01a3 improve check-dependencies (#2051) add 73bf51663 FIX: security (#2050) add 9cbb61862 chore: prepare for apache v1.0.0 release (#2048) add 5be3193bb Merge branch 'master' into build_image No new revisions were added by this update. Summary of changes: .gitattributes | 14 +++ .github/workflows/check-dependencies.yml | 7 +- .gitignore | 7 +- .licenserc.yaml | 1 + BUILDING.md | 7 +- build.sh | 24 ----- hugegraph-api/pom.xml | 17 +--- .../org/apache/hugegraph/api/graph/VertexAPI.java | 4 +- hugegraph-cassandra/pom.xml | 16 +--- hugegraph-core/pom.xml | 16 +--- hugegraph-dist/pom.xml | 5 +- hugegraph-dist/scripts/apache-release.sh | 105 +++++++++++++++++++++ .../scripts/dependency/known-dependencies.txt | 2 +- hugegraph-example/pom.xml | 21 +---- hugegraph-style.xml | 2 + hugegraph-test/pom.xml | 19 +--- pom.xml | 89 +++++++++++------ 17 files changed, 207 insertions(+), 149 deletions(-) create mode 100755 .gitattributes delete mode 100644 build.sh create mode 100755 hugegraph-dist/scripts/apache-release.sh