This is an automated email from the ASF dual-hosted git repository. eskabetxe pushed a commit to branch BAHIR-317 in repository https://gitbox.apache.org/repos/asf/bahir-flink.git
commit af0d7bc270e77049db46f12de3b503512dcdba14 Author: Joao Boto <[email protected]> AuthorDate: Thu Oct 20 18:33:41 2022 +0200 [BAHIR-317] Fix distribution parent version --- distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 14035e8..5c13002 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
