Skip to content

Commit

Permalink
Merge branch 'master' into partition-test-check
Browse files Browse the repository at this point in the history
  • Loading branch information
javeme authored Jan 4, 2023
2 parents abf7c6e + 93614cf commit 4463c5d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ header: # `header` section is configurations for source codes license header.
- '.gitignore'
- '.gitattributes'
- 'LICENSE'
- 'NOTICE'
- '**/*.versionsBackup'
- '**/*.versionsBackup'
- '**/*.proto'
Expand Down
5 changes: 5 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Apache HugeGraph(incubating)
Copyright 2022-2023 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
9 changes: 5 additions & 4 deletions hugegraph-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,11 @@
</goals>
<configuration>
<target>
<tar destfile="${final.destfile}"
basedir="${top.level.dir}"
includes="${final.name}/**"
compression="gzip"/>
<tar destfile="${final.destfile}" compression="gzip">
<tarfileset dir="${top.level.dir}/" filemode="755">
<include name="${final.name}/**"/>
</tarfileset>
</tar>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 4463c5d

Please sign in to comment.