This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new a250223 [hotfix] Update to Apache flink-connector-parent pom.
a250223 is described below
commit a2502236e87b3ec65b7b69c1e34a213927f4036f
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Mar 22 10:22:35 2023 +0100
[hotfix] Update to Apache flink-connector-parent pom.
---
pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5b721b2..85ce634 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,14 +20,13 @@ 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>
- <groupId>org.apache.flink</groupId>
<artifactId>flink-connector-cassandra-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<name>Flink : Connectors : Cassandra : Parent</name>