This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch parent_pom
in repository
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
The following commit(s) were added to refs/heads/parent_pom by this push:
new e0e745e [hotfix] Fix parent section
e0e745e is described below
commit e0e745e6f4caf8e8c0ecf8c4a95ca88a247df0d8
Author: Chesnay Schepler <[email protected]>
AuthorDate: Fri Jan 13 15:34:51 2023 +0100
[hotfix] Fix parent section
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 18f7566..f8e25d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,11 +20,11 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache</groupId>
+ <groupId>org.apache.flink</groupId>
<artifactId>apache</artifactId>
<version>20</version>
+ </parent>
- </parent>org.apache.flink</groupId>
<artifactId>flink-connector-parent</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
@@ -955,4 +955,4 @@ under the License.
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>