This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-opensearch.git


The following commit(s) were added to refs/heads/main by this push:
     new ed90318  [hotfix] Use jdk 1.8 for profile activation (#45)
ed90318 is described below

commit ed9031896089b4237c309e2bc5748078cc25e70a
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Thu Apr 25 01:05:57 2024 +0200

    [hotfix] Use jdk 1.8 for profile activation (#45)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b053360..ea5c291 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,7 +392,7 @@ under the License.
                <profile>
                        <id>opensearch1</id>
                        <activation>
-                               <jdk>[8,)</jdk>
+                               <jdk>[1.8,)</jdk>
                        </activation>
                        <modules>
                                <module>flink-connector-opensearch</module>

Reply via email to