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

martijnvisser pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git

commit 959749fd54523a66a5153228ec253de448757130
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Tue Apr 4 16:15:41 2023 +0200

    [hotfix] Set correct groupId for `flink-connector-parent`
    
    (cherry picked from commit f7e0327f734fc5a7124064284a41a83e707b76a4)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ca7403..f91c1d3 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>

Reply via email to