This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch ci_utils in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
commit 4c3b7bb7dc35970c7e8a35c49596795af5d22a1b Author: Etienne Chauchot <[email protected]> AuthorDate: Mon Nov 6 13:22:58 2023 +0100 [FLINK-34137] Update test-project parent to regular flink-connector-parent --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7544839..a32ad20 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,9 @@ under the License. xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <parent> - <groupId>io.github.zentol.flink</groupId> + <groupId>org.apache.flink</groupId> <artifactId>flink-connector-parent</artifactId> - <version>1.0</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion>
