This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a change to branch intro-commons
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
from af9469d62 reset to 1.3.0 for server
add dc3070f45 chore(dist): tar source and binary package for hugegraph
with pd-store (#2594)
add 551cc194e Merge branch 'master' into intro-commons
No new revisions were added by this update.
Summary of changes:
.gitattributes | 7 +-
.gitignore | 2 +-
hugegraph-pd/Dockerfile | 2 +-
hugegraph-pd/hg-pd-dist/pom.xml | 1 -
hugegraph-pd/pom.xml | 2 +-
hugegraph-server/hugegraph-dist/pom.xml | 80 +++++++++++-----------
.../src/assembly/descriptor/assembly.xml | 11 ---
.../src/assembly/static/bin/hugegraph-server.sh | 9 +--
.../src/assembly/static/bin/start-hugegraph.sh | 5 ++
.../src/assembly/travis/run-api-test-for-raft.sh | 2 +-
.../src/assembly/travis/run-api-test.sh | 2 +-
.../hugegraph-dist/src/assembly/travis/start-pd.sh | 2 +-
.../src/assembly/travis/start-store.sh | 2 +-
hugegraph-server/pom.xml | 3 +-
hugegraph-store/Dockerfile | 2 +-
hugegraph-store/hg-store-dist/pom.xml | 1 -
.../src/assembly/descriptor/server-assembly.xml | 3 +
.../assembly/static/bin/start-hugegraph-store.sh | 38 ++++++----
.../hg-store-dist/src/assembly/static/bin/util.sh | 30 ++++++++
hugegraph-store/pom.xml | 2 +-
install-dist/pom.xml | 62 +++++++++++++++++
install-dist/scripts/apache-release.sh | 4 +-
pom.xml | 1 +
23 files changed, 185 insertions(+), 88 deletions(-)