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

chesnay pushed a commit to branch parent_pom
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git


The following commit(s) were added to refs/heads/parent_pom by this push:
     new f02998c  [hotfix] Fix parent groupId
f02998c is described below

commit f02998ca8f0f6a00dfbb8573454b48ea53660152
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Fri Jan 13 15:40:50 2023 +0100

    [hotfix] Fix parent groupId
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 947c510..501c9d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ under the License.
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.flink</groupId>
+        <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>20</version>
     </parent>

Reply via email to