This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-shade.git
from d8dc94a Create README.md
add bf6b52e Reference flink-shade, initialize the project.
add 6c2f44a fix maven deploy command error
add 9d44b83 code clean
new 1522477 [init] Reference flink-shade, initialize the project
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.
Summary of changes:
.asf.yaml | 37 ++++
.github/workflows/ci.yml | 50 +++++
.gitignore | 6 +
.mvn/wrapper/maven-wrapper.properties | 18 ++
LICENSE | 201 +++++++++++++++++++
NOTICE | 5 +
deploysettings.xml | 38 ++++
mvnw | 316 ++++++++++++++++++++++++++++++
mvnw.cmd | 188 ++++++++++++++++++
pom.xml | 326 +++++++++++++++++++++++++++++++
tools/ci/log4j.properties | 43 ++++
tools/releasing/create_release_branch.sh | 57 ++++++
tools/releasing/create_source_release.sh | 77 ++++++++
tools/releasing/deploy_staging_jars.sh | 43 ++++
tools/releasing/update_branch_version.sh | 60 ++++++
tools/update_notice_year.sh | 41 ++++
16 files changed, 1506 insertions(+)
create mode 100644 .asf.yaml
create mode 100644 .github/workflows/ci.yml
create mode 100644 .gitignore
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100644 LICENSE
create mode 100644 NOTICE
create mode 100644 deploysettings.xml
create mode 100755 mvnw
create mode 100644 mvnw.cmd
create mode 100644 pom.xml
create mode 100644 tools/ci/log4j.properties
create mode 100755 tools/releasing/create_release_branch.sh
create mode 100755 tools/releasing/create_source_release.sh
create mode 100755 tools/releasing/deploy_staging_jars.sh
create mode 100755 tools/releasing/update_branch_version.sh
create mode 100755 tools/update_notice_year.sh