This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-paimon-shade.git
commit 1522477a1c910a4212bdc0aa0540542089b6a689 Merge: d8dc94a 9d44b83 Author: Jingsong Lee <[email protected]> AuthorDate: Tue Mar 21 14:11:58 2023 +0800 [init] Reference flink-shade, initialize the project .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(+)
