This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit f7e0327f734fc5a7124064284a41a83e707b76a4 Author: Martijn Visser <[email protected]> AuthorDate: Tue Apr 4 16:15:41 2023 +0200 [hotfix] Set correct groupId for `flink-connector-parent` --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5addf92..5aa69d2 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>
