This is an automated email from the ASF dual-hosted git repository. mbalassi pushed a commit to branch release-1.15.2.4-acs in repository https://gitbox.apache.org/repos/asf/flink.git
commit fec5642be47e20fe08ec3a1aa19f29ec3f461c9e Author: Gyula Fora <[email protected]> AuthorDate: Mon Jun 20 16:33:23 2022 +0200 Fix version bump for new module --- flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml b/flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml index 0af969004c9..5c2063b4d98 100644 --- a/flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml +++ b/flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>flink-end-to-end-tests</artifactId> <groupId>org.apache.flink</groupId> - <version>1.15-SNAPSHOT</version> + <version>1.15.1-acs-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
