This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push: new bed9b9e8f0 optimize: change the groupId to org.apache.seata (#6290) bed9b9e8f0 is described below commit bed9b9e8f0edcb53c73eabe2b935c12f081a4c3b Author: funkye <jian...@apache.org> AuthorDate: Wed Jan 24 09:13:33 2024 +0800 optimize: change the groupId to org.apache.seata (#6290) --- all/pom.xml | 110 ++++++++--------- bom/pom.xml | 132 ++++++++++----------- build/pom.xml | 2 +- common/pom.xml | 2 +- compatible/pom.xml | 2 +- compressor/pom.xml | 2 +- compressor/seata-compressor-all/pom.xml | 2 +- compressor/seata-compressor-bzip2/pom.xml | 2 +- compressor/seata-compressor-deflater/pom.xml | 2 +- compressor/seata-compressor-gzip/pom.xml | 2 +- compressor/seata-compressor-lz4/pom.xml | 2 +- compressor/seata-compressor-zip/pom.xml | 2 +- compressor/seata-compressor-zstd/pom.xml | 2 +- config/pom.xml | 2 +- config/seata-config-all/pom.xml | 2 +- config/seata-config-apollo/pom.xml | 4 +- config/seata-config-consul/pom.xml | 4 +- config/seata-config-core/pom.xml | 2 +- config/seata-config-custom/pom.xml | 4 +- config/seata-config-etcd3/pom.xml | 4 +- config/seata-config-nacos/pom.xml | 4 +- config/seata-config-spring-cloud/pom.xml | 4 +- config/seata-config-zk/pom.xml | 4 +- console/pom.xml | 2 +- core/pom.xml | 2 +- dependencies/pom.xml | 2 +- discovery/pom.xml | 2 +- discovery/seata-discovery-all/pom.xml | 2 +- discovery/seata-discovery-consul/pom.xml | 4 +- discovery/seata-discovery-core/pom.xml | 2 +- discovery/seata-discovery-custom/pom.xml | 4 +- discovery/seata-discovery-etcd3/pom.xml | 2 +- discovery/seata-discovery-eureka/pom.xml | 4 +- discovery/seata-discovery-nacos/pom.xml | 4 +- discovery/seata-discovery-raft/pom.xml | 4 +- discovery/seata-discovery-redis/pom.xml | 4 +- discovery/seata-discovery-sofa/pom.xml | 4 +- discovery/seata-discovery-zk/pom.xml | 4 +- distribution/pom.xml | 6 +- ext/apm-seata-skywalking-plugin/pom.xml | 8 +- integration-tx-api/pom.xml | 2 +- integration/brpc/pom.xml | 2 +- integration/dubbo-alibaba/pom.xml | 2 +- integration/dubbo/pom.xml | 4 +- integration/grpc/pom.xml | 2 +- integration/hsf/pom.xml | 2 +- integration/http-jakarta/pom.xml | 2 +- integration/http/pom.xml | 2 +- integration/motan/pom.xml | 2 +- integration/rpc-core/pom.xml | 2 +- integration/sofa-rpc/pom.xml | 2 +- metrics/pom.xml | 2 +- metrics/seata-metrics-all/pom.xml | 2 +- metrics/seata-metrics-api/pom.xml | 2 +- metrics/seata-metrics-core/pom.xml | 4 +- metrics/seata-metrics-exporter-prometheus/pom.xml | 2 +- metrics/seata-metrics-registry-compact/pom.xml | 6 +- pom.xml | 4 +- rm-datasource/pom.xml | 2 +- rm/pom.xml | 2 +- saga/pom.xml | 2 +- saga/seata-saga-engine-store/pom.xml | 2 +- saga/seata-saga-engine/pom.xml | 2 +- saga/seata-saga-processctrl/pom.xml | 2 +- saga/seata-saga-rm/pom.xml | 2 +- saga/seata-saga-statelang/pom.xml | 2 +- saga/seata-saga-tm/pom.xml | 2 +- seata-plugin/pom.xml | 2 +- seata-plugin/seata-jackson-parser-oracle/pom.xml | 4 +- seata-spring-autoconfigure/pom.xml | 2 +- .../seata-spring-autoconfigure-client/pom.xml | 4 +- .../seata-spring-autoconfigure-core/pom.xml | 2 +- .../seata-spring-autoconfigure-server/pom.xml | 4 +- seata-spring-boot-starter/pom.xml | 2 +- serializer/pom.xml | 2 +- serializer/seata-serializer-all/pom.xml | 2 +- serializer/seata-serializer-hessian/pom.xml | 4 +- serializer/seata-serializer-kryo/pom.xml | 2 +- serializer/seata-serializer-protobuf/pom.xml | 2 +- serializer/seata-serializer-seata/pom.xml | 2 +- server/pom.xml | 2 +- spring/pom.xml | 2 +- sqlparser/pom.xml | 2 +- sqlparser/seata-sqlparser-antlr/pom.xml | 2 +- sqlparser/seata-sqlparser-core/pom.xml | 2 +- sqlparser/seata-sqlparser-druid/pom.xml | 2 +- tcc/pom.xml | 2 +- test-mock-server/pom.xml | 4 +- test/pom.xml | 4 +- tm/pom.xml | 2 +- 90 files changed, 240 insertions(+), 240 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 314356c09b..0eb1520d1d 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-build</artifactId> <version>${revision}</version> <relativePath>../build/pom.xml</relativePath> @@ -35,7 +35,7 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-dependencies</artifactId> <version>${project.version}</version> <type>pom</type> @@ -47,142 +47,142 @@ <dependencies> <!-- seata projects --> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-common</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-custom</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-apollo</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-nacos</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-zk</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-consul</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-etcd3</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-spring-cloud</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-custom</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-consul</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-eureka</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-nacos</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-redis</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-sofa</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-raft</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-zk</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-etcd3</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-brpc</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-http</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-http-jakarta</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-dubbo-alibaba</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sofa-rpc</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-motan</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-rm</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-rm-datasource</artifactId> <version>${project.version}</version> <exclusions> @@ -193,24 +193,24 @@ </exclusions> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser-antlr</artifactId> <version>${project.version}</version> <!-- Slimming down for 'seata-all.jar' --> <scope>provided</scope> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser-druid</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-spring</artifactId> <version>${project.version}</version> <exclusions> @@ -221,106 +221,106 @@ </exclusions> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-tcc</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-tm</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-seata</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-protobuf</artifactId> <version>${project.version}</version> <!-- Slimming down for 'seata-all.jar' --> <scope>provided</scope> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-grpc</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-hsf</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-kryo</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-hessian</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-gzip</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-bzip2</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-zip</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-lz4</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-deflater</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-zstd</artifactId> <version>${project.version}</version> </dependency> <!-- saga --> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-processctrl</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-statelang</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-engine</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-rm</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-tm</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-engine-store</artifactId> <version>${project.version}</version> <exclusions> @@ -404,7 +404,7 @@ <artifactId>dubbo-filter-seata</artifactId> <exclusions> <exclusion> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-core</artifactId> </exclusion> </exclusions> diff --git a/bom/pom.xml b/bom/pom.xml index 0cf286fc9f..73cff054d9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-build</artifactId> <version>${revision}</version> <relativePath>../build/pom.xml</relativePath> @@ -37,329 +37,329 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-all</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-common</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-custom</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-apollo</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-nacos</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-zk</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-all</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-etcd3</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-consul</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-spring-cloud</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-consul</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-custom</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-all</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-eureka</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-zk</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-redis</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-nacos</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-etcd3</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-sofa</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-raft</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-brpc</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-dubbo</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-dubbo-alibaba</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sofa-rpc</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-motan</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-grpc</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-hsf</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-http</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-rm</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-rm-datasource</artifactId> <version>${project.version}</version> </dependency> <!-- the 'seata-server' is an application, not a dependency <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-server</artifactId> <version>${project.version}</version> </dependency> --> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-spring</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-tcc</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-tm</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-metrics-all</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-metrics-api</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-metrics-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-metrics-registry-compact</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-metrics-exporter-prometheus</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-all</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-protobuf</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-seata</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-kryo</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer-hessian</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-spring-boot-starter</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-all</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-gzip</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-zip</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-bzip2</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-lz4</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-deflater</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor-zstd</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-processctrl</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-statelang</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-engine</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-rm</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-tm</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-saga-engine-store</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser-antlr</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser-druid</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>apm-seata-skywalking-plugin</artifactId> <version>${project.version}</version> </dependency> diff --git a/build/pom.xml b/build/pom.xml index 7ba3de3e80..29c628818e 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-build</artifactId> <packaging>pom</packaging> <version>${revision}</version> diff --git a/common/pom.xml b/common/pom.xml index c86fe24f4f..517aae769a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/compatible/pom.xml b/compatible/pom.xml index d76e3921a3..e194bdbb97 100644 --- a/compatible/pom.xml +++ b/compatible/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/compressor/pom.xml b/compressor/pom.xml index 82711d2138..65e64804b1 100644 --- a/compressor/pom.xml +++ b/compressor/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/compressor/seata-compressor-all/pom.xml b/compressor/seata-compressor-all/pom.xml index 3159a7a29d..a85ac8f6b5 100644 --- a/compressor/seata-compressor-all/pom.xml +++ b/compressor/seata-compressor-all/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor</artifactId> <version>${revision}</version> </parent> diff --git a/compressor/seata-compressor-bzip2/pom.xml b/compressor/seata-compressor-bzip2/pom.xml index 0389ff120d..f098c47d04 100644 --- a/compressor/seata-compressor-bzip2/pom.xml +++ b/compressor/seata-compressor-bzip2/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor</artifactId> <version>${revision}</version> </parent> diff --git a/compressor/seata-compressor-deflater/pom.xml b/compressor/seata-compressor-deflater/pom.xml index a415d39d7a..994a5e7782 100644 --- a/compressor/seata-compressor-deflater/pom.xml +++ b/compressor/seata-compressor-deflater/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor</artifactId> <version>${revision}</version> </parent> diff --git a/compressor/seata-compressor-gzip/pom.xml b/compressor/seata-compressor-gzip/pom.xml index 8846e2f26d..2af3abe3d8 100644 --- a/compressor/seata-compressor-gzip/pom.xml +++ b/compressor/seata-compressor-gzip/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor</artifactId> <version>${revision}</version> </parent> diff --git a/compressor/seata-compressor-lz4/pom.xml b/compressor/seata-compressor-lz4/pom.xml index d92e800932..b31e18a05f 100644 --- a/compressor/seata-compressor-lz4/pom.xml +++ b/compressor/seata-compressor-lz4/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor</artifactId> <version>${revision}</version> </parent> diff --git a/compressor/seata-compressor-zip/pom.xml b/compressor/seata-compressor-zip/pom.xml index 7a2c2dd8ad..080a8c47f7 100644 --- a/compressor/seata-compressor-zip/pom.xml +++ b/compressor/seata-compressor-zip/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor</artifactId> <version>${revision}</version> </parent> diff --git a/compressor/seata-compressor-zstd/pom.xml b/compressor/seata-compressor-zstd/pom.xml index 49e53a2561..e703ce094c 100755 --- a/compressor/seata-compressor-zstd/pom.xml +++ b/compressor/seata-compressor-zstd/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-compressor</artifactId> <version>${revision}</version> </parent> diff --git a/config/pom.xml b/config/pom.xml index c88c8a8721..3ed784fb15 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/config/seata-config-all/pom.xml b/config/seata-config-all/pom.xml index 54a6f5069d..0eceb6a2e8 100644 --- a/config/seata-config-all/pom.xml +++ b/config/seata-config-all/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config</artifactId> <version>${revision}</version> </parent> diff --git a/config/seata-config-apollo/pom.xml b/config/seata-config-apollo/pom.xml index 708edfd11c..16d8eb80be 100644 --- a/config/seata-config-apollo/pom.xml +++ b/config/seata-config-apollo/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/config/seata-config-consul/pom.xml b/config/seata-config-consul/pom.xml index 8b8236ce64..c207145051 100644 --- a/config/seata-config-consul/pom.xml +++ b/config/seata-config-consul/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/config/seata-config-core/pom.xml b/config/seata-config-core/pom.xml index 37e5059605..8c2a9c9417 100644 --- a/config/seata-config-core/pom.xml +++ b/config/seata-config-core/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config</artifactId> <version>${revision}</version> </parent> diff --git a/config/seata-config-custom/pom.xml b/config/seata-config-custom/pom.xml index ab1f15e4f5..aa69baec45 100644 --- a/config/seata-config-custom/pom.xml +++ b/config/seata-config-custom/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/config/seata-config-etcd3/pom.xml b/config/seata-config-etcd3/pom.xml index 2fc99fd358..218a07a001 100644 --- a/config/seata-config-etcd3/pom.xml +++ b/config/seata-config-etcd3/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/config/seata-config-nacos/pom.xml b/config/seata-config-nacos/pom.xml index b95d6fbf65..0c42bf262b 100644 --- a/config/seata-config-nacos/pom.xml +++ b/config/seata-config-nacos/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/config/seata-config-spring-cloud/pom.xml b/config/seata-config-spring-cloud/pom.xml index 0f79b2166d..2d07e85968 100644 --- a/config/seata-config-spring-cloud/pom.xml +++ b/config/seata-config-spring-cloud/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-config</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/config/seata-config-zk/pom.xml b/config/seata-config-zk/pom.xml index 66085377b1..eacb161136 100644 --- a/config/seata-config-zk/pom.xml +++ b/config/seata-config-zk/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-config-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/console/pom.xml b/console/pom.xml index 0ee75fdad1..a38482eada 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/core/pom.xml b/core/pom.xml index 0d4f866644..78ec23479b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/dependencies/pom.xml b/dependencies/pom.xml index d3bafba5f1..be6e3d61db 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-build</artifactId> <version>${revision}</version> <relativePath>../build/pom.xml</relativePath> diff --git a/discovery/pom.xml b/discovery/pom.xml index 08a5e2f49f..52f43d2a23 100644 --- a/discovery/pom.xml +++ b/discovery/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/discovery/seata-discovery-all/pom.xml b/discovery/seata-discovery-all/pom.xml index 7abf9edd88..218c6af9ee 100644 --- a/discovery/seata-discovery-all/pom.xml +++ b/discovery/seata-discovery-all/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> diff --git a/discovery/seata-discovery-consul/pom.xml b/discovery/seata-discovery-consul/pom.xml index 390c03a183..8e82050ea1 100644 --- a/discovery/seata-discovery-consul/pom.xml +++ b/discovery/seata-discovery-consul/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/discovery/seata-discovery-core/pom.xml b/discovery/seata-discovery-core/pom.xml index 5edde29716..7aa7b77b37 100644 --- a/discovery/seata-discovery-core/pom.xml +++ b/discovery/seata-discovery-core/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> diff --git a/discovery/seata-discovery-custom/pom.xml b/discovery/seata-discovery-custom/pom.xml index 85be56b687..2610005cdb 100644 --- a/discovery/seata-discovery-custom/pom.xml +++ b/discovery/seata-discovery-custom/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/discovery/seata-discovery-etcd3/pom.xml b/discovery/seata-discovery-etcd3/pom.xml index 327852a8a9..9eee507f1c 100644 --- a/discovery/seata-discovery-etcd3/pom.xml +++ b/discovery/seata-discovery-etcd3/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> diff --git a/discovery/seata-discovery-eureka/pom.xml b/discovery/seata-discovery-eureka/pom.xml index 0e01677204..44ea2f4819 100644 --- a/discovery/seata-discovery-eureka/pom.xml +++ b/discovery/seata-discovery-eureka/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/discovery/seata-discovery-nacos/pom.xml b/discovery/seata-discovery-nacos/pom.xml index a675482dd7..890f2b2717 100644 --- a/discovery/seata-discovery-nacos/pom.xml +++ b/discovery/seata-discovery-nacos/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/discovery/seata-discovery-raft/pom.xml b/discovery/seata-discovery-raft/pom.xml index 2b9b649e2c..643f792e06 100644 --- a/discovery/seata-discovery-raft/pom.xml +++ b/discovery/seata-discovery-raft/pom.xml @@ -20,7 +20,7 @@ <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/discovery/seata-discovery-redis/pom.xml b/discovery/seata-discovery-redis/pom.xml index c3650b00ee..e716ff639d 100644 --- a/discovery/seata-discovery-redis/pom.xml +++ b/discovery/seata-discovery-redis/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/discovery/seata-discovery-sofa/pom.xml b/discovery/seata-discovery-sofa/pom.xml index 6490e22b60..1c3d4de101 100644 --- a/discovery/seata-discovery-sofa/pom.xml +++ b/discovery/seata-discovery-sofa/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/discovery/seata-discovery-zk/pom.xml b/discovery/seata-discovery-zk/pom.xml index dc47804172..6a4d83183a 100644 --- a/discovery/seata-discovery-zk/pom.xml +++ b/discovery/seata-discovery-zk/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery</artifactId> <version>${revision}</version> </parent> @@ -31,7 +31,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-discovery-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/distribution/pom.xml b/distribution/pom.xml index e0b188b393..d19adc51b5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> @@ -36,12 +36,12 @@ <id>release-seata</id> <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-server</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>apm-seata-skywalking-plugin</artifactId> <version>${project.version}</version> </dependency> diff --git a/ext/apm-seata-skywalking-plugin/pom.xml b/ext/apm-seata-skywalking-plugin/pom.xml index 6c4d92385e..014b36b571 100644 --- a/ext/apm-seata-skywalking-plugin/pom.xml +++ b/ext/apm-seata-skywalking-plugin/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> @@ -50,13 +50,13 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-all</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-server</artifactId> <version>${project.version}</version> <exclusions> @@ -116,7 +116,7 @@ <outputDirectory>${agent.dir}</outputDirectory> </artifactItem> <artifactItem> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>apm-seata-skywalking-plugin</artifactId> <version>${project.version}</version> <outputDirectory>${agent-plugins.dir}</outputDirectory> diff --git a/integration-tx-api/pom.xml b/integration-tx-api/pom.xml index b255fc3468..624edb9fd5 100644 --- a/integration-tx-api/pom.xml +++ b/integration-tx-api/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/integration/brpc/pom.xml b/integration/brpc/pom.xml index 67e37d3efd..21cacfe936 100644 --- a/integration/brpc/pom.xml +++ b/integration/brpc/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> diff --git a/integration/dubbo-alibaba/pom.xml b/integration/dubbo-alibaba/pom.xml index f7b67e8284..2887e3f61a 100644 --- a/integration/dubbo-alibaba/pom.xml +++ b/integration/dubbo-alibaba/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> diff --git a/integration/dubbo/pom.xml b/integration/dubbo/pom.xml index 1311b0d26b..b61e8307e9 100644 --- a/integration/dubbo/pom.xml +++ b/integration/dubbo/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> @@ -38,7 +38,7 @@ <artifactId>dubbo-filter-seata</artifactId> <exclusions> <exclusion> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-core</artifactId> </exclusion> </exclusions> diff --git a/integration/grpc/pom.xml b/integration/grpc/pom.xml index 874ae5aef9..77769bd637 100644 --- a/integration/grpc/pom.xml +++ b/integration/grpc/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-parent</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/integration/hsf/pom.xml b/integration/hsf/pom.xml index 082fc9b2f6..a8361456fd 100644 --- a/integration/hsf/pom.xml +++ b/integration/hsf/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> diff --git a/integration/http-jakarta/pom.xml b/integration/http-jakarta/pom.xml index 07314feb43..73e7042863 100644 --- a/integration/http-jakarta/pom.xml +++ b/integration/http-jakarta/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> diff --git a/integration/http/pom.xml b/integration/http/pom.xml index c0df22359f..f3bb6c2874 100644 --- a/integration/http/pom.xml +++ b/integration/http/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> diff --git a/integration/motan/pom.xml b/integration/motan/pom.xml index 5601413159..46b6b4008a 100644 --- a/integration/motan/pom.xml +++ b/integration/motan/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> diff --git a/integration/rpc-core/pom.xml b/integration/rpc-core/pom.xml index e442c7013f..9386b453e7 100644 --- a/integration/rpc-core/pom.xml +++ b/integration/rpc-core/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> diff --git a/integration/sofa-rpc/pom.xml b/integration/sofa-rpc/pom.xml index f619d254f0..041f73d5a3 100644 --- a/integration/sofa-rpc/pom.xml +++ b/integration/sofa-rpc/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> <relativePath>../../pom.xml</relativePath> diff --git a/metrics/pom.xml b/metrics/pom.xml index 573bce8ebd..3f30c790cd 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/metrics/seata-metrics-all/pom.xml b/metrics/seata-metrics-all/pom.xml index 8c1a72dabf..23ee194e8b 100644 --- a/metrics/seata-metrics-all/pom.xml +++ b/metrics/seata-metrics-all/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-metrics</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/metrics/seata-metrics-api/pom.xml b/metrics/seata-metrics-api/pom.xml index 9b177f0fe1..95326bd934 100644 --- a/metrics/seata-metrics-api/pom.xml +++ b/metrics/seata-metrics-api/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-metrics</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/metrics/seata-metrics-core/pom.xml b/metrics/seata-metrics-core/pom.xml index 2368dd424b..9cbed26035 100644 --- a/metrics/seata-metrics-core/pom.xml +++ b/metrics/seata-metrics-core/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-metrics</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-metrics-api</artifactId> <version>${project.version}</version> </dependency> diff --git a/metrics/seata-metrics-exporter-prometheus/pom.xml b/metrics/seata-metrics-exporter-prometheus/pom.xml index 9e2adedd2a..ff79d62abc 100644 --- a/metrics/seata-metrics-exporter-prometheus/pom.xml +++ b/metrics/seata-metrics-exporter-prometheus/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-metrics</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/metrics/seata-metrics-registry-compact/pom.xml b/metrics/seata-metrics-registry-compact/pom.xml index b3db513542..31a8d63026 100644 --- a/metrics/seata-metrics-registry-compact/pom.xml +++ b/metrics/seata-metrics-registry-compact/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-metrics</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,12 +33,12 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-metrics-api</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-common</artifactId> <version>${project.version}</version> </dependency> diff --git a/pom.xml b/pom.xml index c70b6d4e2e..6851407e78 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-build</artifactId> <version>${revision}</version> <relativePath>./build/pom.xml</relativePath> @@ -116,7 +116,7 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-dependencies</artifactId> <version>${project.version}</version> <type>pom</type> diff --git a/rm-datasource/pom.xml b/rm-datasource/pom.xml index afc6f86c54..5318ac1544 100644 --- a/rm-datasource/pom.xml +++ b/rm-datasource/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/rm/pom.xml b/rm/pom.xml index fe72745448..e00efb5241 100644 --- a/rm/pom.xml +++ b/rm/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/saga/pom.xml b/saga/pom.xml index c425c344e7..a9fc17a2cc 100644 --- a/saga/pom.xml +++ b/saga/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/saga/seata-saga-engine-store/pom.xml b/saga/seata-saga-engine-store/pom.xml index cbd5fa5572..cfca3cdf72 100644 --- a/saga/seata-saga-engine-store/pom.xml +++ b/saga/seata-saga-engine-store/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-saga</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/saga/seata-saga-engine/pom.xml b/saga/seata-saga-engine/pom.xml index 2bf62fd9fe..eb07c03469 100644 --- a/saga/seata-saga-engine/pom.xml +++ b/saga/seata-saga-engine/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-saga</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/saga/seata-saga-processctrl/pom.xml b/saga/seata-saga-processctrl/pom.xml index 26e2cf8db4..fdcf023b1d 100644 --- a/saga/seata-saga-processctrl/pom.xml +++ b/saga/seata-saga-processctrl/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-saga</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/saga/seata-saga-rm/pom.xml b/saga/seata-saga-rm/pom.xml index 929fa46e09..2215b29bec 100644 --- a/saga/seata-saga-rm/pom.xml +++ b/saga/seata-saga-rm/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-saga</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/saga/seata-saga-statelang/pom.xml b/saga/seata-saga-statelang/pom.xml index add55efa17..58ec94791e 100644 --- a/saga/seata-saga-statelang/pom.xml +++ b/saga/seata-saga-statelang/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-saga</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/saga/seata-saga-tm/pom.xml b/saga/seata-saga-tm/pom.xml index d20d0f2bce..5924c7106f 100644 --- a/saga/seata-saga-tm/pom.xml +++ b/saga/seata-saga-tm/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-saga</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/seata-plugin/pom.xml b/seata-plugin/pom.xml index c582c3510d..bf1734d118 100644 --- a/seata-plugin/pom.xml +++ b/seata-plugin/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/seata-plugin/seata-jackson-parser-oracle/pom.xml b/seata-plugin/seata-jackson-parser-oracle/pom.xml index 372cb144da..92d1a27b34 100644 --- a/seata-plugin/seata-jackson-parser-oracle/pom.xml +++ b/seata-plugin/seata-jackson-parser-oracle/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-plugin</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-rm-datasource</artifactId> <version>${project.version}</version> </dependency> diff --git a/seata-spring-autoconfigure/pom.xml b/seata-spring-autoconfigure/pom.xml index 49c2399146..f3fe052279 100644 --- a/seata-spring-autoconfigure/pom.xml +++ b/seata-spring-autoconfigure/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/seata-spring-autoconfigure/seata-spring-autoconfigure-client/pom.xml b/seata-spring-autoconfigure/seata-spring-autoconfigure-client/pom.xml index df848b8151..1f5e7ca9ce 100644 --- a/seata-spring-autoconfigure/seata-spring-autoconfigure-client/pom.xml +++ b/seata-spring-autoconfigure/seata-spring-autoconfigure-client/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-spring-autoconfigure</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-spring-autoconfigure-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/seata-spring-autoconfigure/seata-spring-autoconfigure-core/pom.xml b/seata-spring-autoconfigure/seata-spring-autoconfigure-core/pom.xml index 68f8b4a208..a3767ecb0a 100644 --- a/seata-spring-autoconfigure/seata-spring-autoconfigure-core/pom.xml +++ b/seata-spring-autoconfigure/seata-spring-autoconfigure-core/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-spring-autoconfigure</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/seata-spring-autoconfigure/seata-spring-autoconfigure-server/pom.xml b/seata-spring-autoconfigure/seata-spring-autoconfigure-server/pom.xml index fc3e173ba9..3744200112 100644 --- a/seata-spring-autoconfigure/seata-spring-autoconfigure-server/pom.xml +++ b/seata-spring-autoconfigure/seata-spring-autoconfigure-server/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-spring-autoconfigure</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-spring-autoconfigure-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/seata-spring-boot-starter/pom.xml b/seata-spring-boot-starter/pom.xml index 493ff486b9..517923778e 100644 --- a/seata-spring-boot-starter/pom.xml +++ b/seata-spring-boot-starter/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/serializer/pom.xml b/serializer/pom.xml index d2638d9539..6b06a80f4e 100644 --- a/serializer/pom.xml +++ b/serializer/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/serializer/seata-serializer-all/pom.xml b/serializer/seata-serializer-all/pom.xml index e357fea7c0..a772be672a 100644 --- a/serializer/seata-serializer-all/pom.xml +++ b/serializer/seata-serializer-all/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer</artifactId> <version>${revision}</version> </parent> diff --git a/serializer/seata-serializer-hessian/pom.xml b/serializer/seata-serializer-hessian/pom.xml index 9624823936..d7d3812a1f 100644 --- a/serializer/seata-serializer-hessian/pom.xml +++ b/serializer/seata-serializer-hessian/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>seata-serializer</artifactId> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -37,7 +37,7 @@ <artifactId>hessian</artifactId> </dependency> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-core</artifactId> <version>${project.version}</version> <scope>compile</scope> diff --git a/serializer/seata-serializer-kryo/pom.xml b/serializer/seata-serializer-kryo/pom.xml index 906678f244..cc0849b2c4 100644 --- a/serializer/seata-serializer-kryo/pom.xml +++ b/serializer/seata-serializer-kryo/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer</artifactId> <version>${revision}</version> </parent> diff --git a/serializer/seata-serializer-protobuf/pom.xml b/serializer/seata-serializer-protobuf/pom.xml index add2ac73c5..3cf8c523c2 100644 --- a/serializer/seata-serializer-protobuf/pom.xml +++ b/serializer/seata-serializer-protobuf/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer</artifactId> <version>${revision}</version> </parent> diff --git a/serializer/seata-serializer-seata/pom.xml b/serializer/seata-serializer-seata/pom.xml index d169aa37e2..de2497788c 100644 --- a/serializer/seata-serializer-seata/pom.xml +++ b/serializer/seata-serializer-seata/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-serializer</artifactId> <version>${revision}</version> </parent> diff --git a/server/pom.xml b/server/pom.xml index 61e114dba8..be45898e48 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/spring/pom.xml b/spring/pom.xml index d9c76b0539..b57056320a 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/sqlparser/pom.xml b/sqlparser/pom.xml index f3c46b987f..70cbe0b108 100644 --- a/sqlparser/pom.xml +++ b/sqlparser/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/sqlparser/seata-sqlparser-antlr/pom.xml b/sqlparser/seata-sqlparser-antlr/pom.xml index 59a21a186c..50e1dde645 100644 --- a/sqlparser/seata-sqlparser-antlr/pom.xml +++ b/sqlparser/seata-sqlparser-antlr/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser</artifactId> <version>${revision}</version> </parent> diff --git a/sqlparser/seata-sqlparser-core/pom.xml b/sqlparser/seata-sqlparser-core/pom.xml index 47381291e0..7d242248e8 100644 --- a/sqlparser/seata-sqlparser-core/pom.xml +++ b/sqlparser/seata-sqlparser-core/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser</artifactId> <version>${revision}</version> </parent> diff --git a/sqlparser/seata-sqlparser-druid/pom.xml b/sqlparser/seata-sqlparser-druid/pom.xml index 92d307acbf..4d76142522 100644 --- a/sqlparser/seata-sqlparser-druid/pom.xml +++ b/sqlparser/seata-sqlparser-druid/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-sqlparser</artifactId> <version>${revision}</version> </parent> diff --git a/tcc/pom.xml b/tcc/pom.xml index 88ac9ea876..887e7225c3 100644 --- a/tcc/pom.xml +++ b/tcc/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> diff --git a/test-mock-server/pom.xml b/test-mock-server/pom.xml index f302069c40..466f42f2af 100644 --- a/test-mock-server/pom.xml +++ b/test-mock-server/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> @@ -42,7 +42,7 @@ <dependencies> <dependency> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-server</artifactId> <version>${project.version}</version> <exclusions> diff --git a/test/pom.xml b/test/pom.xml index 30a21415e0..dc7e8a3421 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> @@ -55,7 +55,7 @@ <version>${project.version}</version> <exclusions> <exclusion> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-spring-autoconfigure-core</artifactId> </exclusion> </exclusions> diff --git a/tm/pom.xml b/tm/pom.xml index d562970d3b..66351ea43d 100644 --- a/tm/pom.xml +++ b/tm/pom.xml @@ -21,7 +21,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.seata</groupId> + <groupId>org.apache.seata</groupId> <artifactId>seata-parent</artifactId> <version>${revision}</version> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org