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 fb5d5ed [hotfix] Add missing groupId
fb5d5ed is described below
commit fb5d5ed05e78b934b6be4fb76861f89054e1f2e8
Author: Chesnay Schepler <[email protected]>
AuthorDate: Fri Jan 13 15:36:49 2023 +0100
[hotfix] Add missing groupId
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index f8e25d4..947c510 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@ under the License.
<version>20</version>
</parent>
+ <groupId>org.apache.flink</groupId>
<artifactId>flink-connector-parent</artifactId>
<version>1.0</version>
<packaging>pom</packaging>