This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch ci_utils in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
commit e9f50c1de5918f525bf913bc438f3bee9fb07b08 Author: Etienne Chauchot <[email protected]> AuthorDate: Thu Jan 18 11:42:49 2024 +0100 [FLINK-34137] Use flink-connector-parent v1.1.0 with surefire tests exclusions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8de083e..534ef1d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-connector-parent</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <modules>
