You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/07/30 08:14:45 UTC

[rocketmq-schema-registry] 27/27: Merge pull request #12 from MatrixHB/optimize_client

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

duhengforever pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-schema-registry.git

commit 9ee689965871630fbdcdf5c22b7a60371b99439f
Merge: aca43ac 682bf35
Author: Heng Du <du...@apache.org>
AuthorDate: Sat Jul 30 16:14:13 2022 +0800

    Merge pull request #12 from MatrixHB/optimize_client
    
    remove maven wrapper and optimize module name

 README.md                                          |   2 +-
 client/pom.xml                                     |   4 +-
 .../client/NormalSchemaRegistryClient.java         |  13 +-
 .../registry/client/SchemaRegistryClient.java      |   6 +-
 common/pom.xml                                     |   5 +-
 core/.mvn/wrapper/maven-wrapper.jar                | Bin 58727 -> 0 bytes
 core/.mvn/wrapper/maven-wrapper.properties         |   2 -
 core/mvnw                                          | 316 ---------------------
 core/mvnw.cmd                                      | 188 ------------
 core/pom.xml                                       |   7 +-
 pom.xml                                            |   1 -
 storage-rocketmq/pom.xml                           |   5 +-
 war/pom.xml                                        |   3 +-
 13 files changed, 14 insertions(+), 538 deletions(-)