This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new b5ce1a1 [FLINK-24981][build] Fix profile activations for JDK 12+
b5ce1a1 is described below
commit b5ce1a1ac25fc375f0623d9c63124fef38578dc0
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Nov 17 21:35:50 2021 +0100
[FLINK-24981][build] Fix profile activations for JDK 12+
---
flink-connectors/flink-connector-hbase-1.4/pom.xml | 2 +-
flink-connectors/flink-connector-hbase-2.2/pom.xml | 2 +-
flink-connectors/flink-connector-hbase-base/pom.xml | 2 +-
flink-connectors/flink-connector-hive/pom.xml | 2 +-
flink-end-to-end-tests/pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/flink-connectors/flink-connector-hbase-1.4/pom.xml
b/flink-connectors/flink-connector-hbase-1.4/pom.xml
index 82bf956..6e24b8f 100644
--- a/flink-connectors/flink-connector-hbase-1.4/pom.xml
+++ b/flink-connectors/flink-connector-hbase-1.4/pom.xml
@@ -352,7 +352,7 @@ under the License.
<profile>
<id>java11</id>
<activation>
- <jdk>11</jdk>
+ <jdk>[11,)</jdk>
</activation>
<build>
diff --git a/flink-connectors/flink-connector-hbase-2.2/pom.xml
b/flink-connectors/flink-connector-hbase-2.2/pom.xml
index 96cb607..413b98f 100644
--- a/flink-connectors/flink-connector-hbase-2.2/pom.xml
+++ b/flink-connectors/flink-connector-hbase-2.2/pom.xml
@@ -415,7 +415,7 @@ under the License.
<profile>
<id>java11</id>
<activation>
- <jdk>11</jdk>
+ <jdk>[11,)</jdk>
</activation>
<build>
diff --git a/flink-connectors/flink-connector-hbase-base/pom.xml
b/flink-connectors/flink-connector-hbase-base/pom.xml
index 0a015b9..12de1f2 100644
--- a/flink-connectors/flink-connector-hbase-base/pom.xml
+++ b/flink-connectors/flink-connector-hbase-base/pom.xml
@@ -183,7 +183,7 @@ under the License.
<profile>
<id>java11</id>
<activation>
- <jdk>11</jdk>
+ <jdk>[11,)</jdk>
</activation>
<build>
diff --git a/flink-connectors/flink-connector-hive/pom.xml
b/flink-connectors/flink-connector-hive/pom.xml
index 3b66ccf..dd5c4f2 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -1178,7 +1178,7 @@ under the License.
<profile>
<id>java11</id>
<activation>
- <jdk>11</jdk>
+ <jdk>[11,)</jdk>
</activation>
<build>
diff --git a/flink-end-to-end-tests/pom.xml b/flink-end-to-end-tests/pom.xml
index 919da38..2f382a7 100644
--- a/flink-end-to-end-tests/pom.xml
+++ b/flink-end-to-end-tests/pom.xml
@@ -168,7 +168,7 @@ under the License.
<profile>
<id>java11</id>
<activation>
- <jdk>11</jdk>
+ <jdk>[11,)</jdk>
</activation>
<properties>
<e2e.exclude.org.apache.flink.testutils.junit.FailsOnJava11>true</e2e.exclude.org.apache.flink.testutils.junit.FailsOnJava11>