This is an automated email from the ASF dual-hosted git repository.
guoyp pushed a commit to branch griffin-2.0.0-dev
in repository https://gitbox.apache.org/repos/asf/griffin.git
The following commit(s) were added to refs/heads/griffin-2.0.0-dev by this push:
new 5fab2b12 Update griffin submodules pom structure (#659)
5fab2b12 is described below
commit 5fab2b1253d5429c8939ac127b00396863da76c2
Author: Jin <[email protected]>
AuthorDate: Mon Aug 5 21:21:05 2024 +0800
Update griffin submodules pom structure (#659)
1.Set submodule group-id as same as parent's.
---
griffin-connectors/pom.xml | 2 +-
griffin-dqc/pom.xml | 2 +-
griffin-metric/pom.xml | 2 +-
schedulers/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/griffin-connectors/pom.xml b/griffin-connectors/pom.xml
index 81e7f2ff..f52c65bb 100644
--- a/griffin-connectors/pom.xml
+++ b/griffin-connectors/pom.xml
@@ -28,7 +28,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<version>2.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.griffin.connectors</groupId>
+ <groupId>org.apache.griffin</groupId>
<artifactId>griffin-connectors</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/griffin-dqc/pom.xml b/griffin-dqc/pom.xml
index ca526f08..ff2c8cf0 100644
--- a/griffin-dqc/pom.xml
+++ b/griffin-dqc/pom.xml
@@ -28,7 +28,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<version>2.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.griffin.dataquality</groupId>
+ <groupId>org.apache.griffin</groupId>
<artifactId>griffin-dqc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/griffin-metric/pom.xml b/griffin-metric/pom.xml
index 4a6acb8a..8b32b982 100644
--- a/griffin-metric/pom.xml
+++ b/griffin-metric/pom.xml
@@ -28,7 +28,7 @@ under the License.
<version>2.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.griffin.metric</groupId>
+ <groupId>org.apache.griffin</groupId>
<artifactId>griffin-metric</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/schedulers/pom.xml b/schedulers/pom.xml
index 44f60ae8..b389e05b 100644
--- a/schedulers/pom.xml
+++ b/schedulers/pom.xml
@@ -28,7 +28,7 @@ under the License.
<version>2.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.griffin.schedulers</groupId>
+ <groupId>org.apache.griffin</groupId>
<artifactId>schedulers</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>