You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/01/16 15:59:31 UTC

[incubator-hugegraph-toolchain] branch fix-path created (now d308882f)

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

jin pushed a change to branch fix-path
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


      at d308882f chore: update LICENSE & NOTICE file path for binary package

This branch includes the following new commits:

     new d308882f chore: update LICENSE & NOTICE file path for binary package

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-hugegraph-toolchain] 01/01: chore: update LICENSE & NOTICE file path for binary package

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d308882f1545967e05bbed49c5df7d1a811aabd2
Author: imbajin <ji...@apache.org>
AuthorDate: Mon Jan 16 23:58:51 2023 +0800

    chore: update LICENSE & NOTICE file path for binary package
---
 hugegraph-dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hugegraph-dist/pom.xml b/hugegraph-dist/pom.xml
index 78600a79..dc3e0168 100644
--- a/hugegraph-dist/pom.xml
+++ b/hugegraph-dist/pom.xml
@@ -55,7 +55,7 @@
                                     mv -v $root_path/hugegraph-hubble/apache-hugegraph-hubble-incubating-${project.version} ${final.name}/
                                     mv -v $root_path/hugegraph-loader/apache-hugegraph-loader-incubating-${project.version} ${final.name}/
                                     mv -v $root_path/hugegraph-tools/apache-hugegraph-tools-incubating-${project.version} ${final.name}/
-                                    cp -v $root_path/LICENSE $root_path/NOTICE $root_path/DISCLAIMER ${final.name}/
+                                    cp -v $root_path/hugegraph-dist/LICENSE $root_path/hugegraph-dist/NOTICE $root_path/DISCLAIMER ${final.name}/
 
                                     tar zcvf $root_path/target/${final.name}.tar.gz ./${final.name} || exit 1