Skip to content

Commit 20babae

Browse files
committed
Fix parent pom name
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent 4c4a38b commit 20babae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

formats/flexible-csv-format/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<parent>
2323
<groupId>com.datasqrl.flinkrunner</groupId>
24-
<artifactId>flink-sql-runner-parent</artifactId>
24+
<artifactId>formats</artifactId>
2525
<version>1.0.0-SNAPSHOT</version>
2626
</parent>
2727

formats/flexible-json-format/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<parent>
2323
<groupId>com.datasqrl.flinkrunner</groupId>
24-
<artifactId>flink-sql-runner-parent</artifactId>
24+
<artifactId>formats</artifactId>
2525
<version>1.0.0-SNAPSHOT</version>
2626
</parent>
2727

0 commit comments

Comments
 (0)