This is an automated email from the ASF dual-hosted git repository. eskabetxe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bahir-flink.git
commit c6a0cf06ee8795a6767b940487726a7bf544b62d Author: Joao Boto <[email protected]> AuthorDate: Sun Dec 26 19:51:10 2021 +0100 [BAHIR-296] Bump apache version to 24 --- flink-connector-netty/pom.xml | 6 ------ pom.xml | 7 ++++--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml index eaff1dd..c2707ad 100644 --- a/flink-connector-netty/pom.xml +++ b/flink-connector-netty/pom.xml @@ -73,12 +73,6 @@ </dependency> <dependency> <groupId>org.apache.flink</groupId> - <artifactId>flink-table-planner_${scala.binary.version}</artifactId> - <version>${flink.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.flink</groupId> <artifactId>flink-clients_${scala.binary.version}</artifactId> <version>${flink.version}</version> <scope>test</scope> diff --git a/pom.xml b/pom.xml index cf730ee..fafa3e0 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>21</version> + <version>24</version> </parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> @@ -84,11 +84,12 @@ </modules> <properties> + <project.build.outputTimestamp>10</project.build.outputTimestamp> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - - <!-- General project dependencies version --> <java.version>1.8</java.version> + <maven.compiler.source>${java.version}</maven.compiler.source> + <maven.compiler.target>${java.version}</maven.compiler.target> <scala.version>2.11.12</scala.version> <scala.binary.version>2.11</scala.binary.version>
