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

jinsongzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/amoro-shade.git

commit 087297993d214325e7a5cfe315936cf8fca0c1fc
Merge: a8cf006 051b96b
Author: ZhouJinsong <[email protected]>
AuthorDate: Wed Jun 5 15:46:35 2024 +0800

    Merge pull request #1 from klion26/add_shaded_project
    
    Add shaded project

 .asf.yaml                                          |  37 +++
 .github/workflows/ci.yaml                          |  43 +++
 .gitignore                                         |   5 +
 .mvn/wrapper/maven-wrapper.jar                     | Bin 0 -> 58727 bytes
 .mvn/wrapper/maven-wrapper.properties              |  18 ++
 LICENSE                                            | 201 +++++++++++++
 NOTICE                                             |   5 +
 README.md                                          |  37 +++
 amoro-shade-guava-32/pom.xml                       |  85 ++++++
 .../src/main/resources/META-INF/NOTICE             |  10 +
 .../amoro-shade-jackson-2/pom.xml                  | 102 +++++++
 .../src/main/resources/META-INF/NOTICE             |  16 ++
 .../pom.xml                                        |  87 ++++++
 .../src/main/resources/META-INF/NOTICE             |  13 +
 amoro-shade-jackson-parent/pom.xml                 |  89 ++++++
 deploysettings.xml                                 |  34 +++
 mvnw                                               | 316 +++++++++++++++++++++
 mvnw.cmd                                           | 188 ++++++++++++
 pom.xml                                            | 283 ++++++++++++++++++
 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 ++++
 24 files changed, 1849 insertions(+)

Reply via email to