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-hbase.git
commit daa4a43cf7db588717274a97e54066e4d9821cf4 Author: Sergey Nuyanzin <[email protected]> AuthorDate: Wed Oct 11 21:20:47 2023 +0200 [FLINK-30470] HBase change groupId for flink-connector-parent (cherry picked from commit 20c42df2a8f3edc2ee707c42ce7b48f1160ea3f0) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a187ef5..bf6103c 100644 --- a/pom.xml +++ b/pom.xml @@ -24,9 +24,9 @@ under the License. <modelVersion>4.0.0</modelVersion> <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> <groupId>org.apache.flink</groupId>
