From 235dfe3daddedef08fd48a65dcc47b4d923e7fe0 Mon Sep 17 00:00:00 2001 From: yuye-aws Date: Fri, 19 Jul 2024 18:00:34 +0800 Subject: [PATCH] Fix: update jdk version to 21 in maven publish workflow (#837) * update jdk version to 21 in maven publish workflow Signed-off-by: yuye-aws * update changelog Signed-off-by: yuye-aws --------- Signed-off-by: yuye-aws --- .github/workflows/maven-publish.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 724e3a213..644342c78 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: temurin # Temurin is a distribution of adoptium - java-version: 11 + java-version: 21 - uses: actions/checkout@v3 - uses: aws-actions/configure-aws-credentials@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7a52b42..e78c256a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Add BWC for batch ingestion ([#769](https://github.com/opensearch-project/neural-search/pull/769)) - Add backward test cases for neural sparse two phase processor ([#777](https://github.com/opensearch-project/neural-search/pull/777)) - Fix CI for JDK upgrade towards 21 ([#835](https://github.com/opensearch-project/neural-search/pull/835)) +- Maven publishing workflow by upgrade jdk to 21 ([#837](https://github.com/opensearch-project/neural-search/pull/837)) ### Documentation ### Maintenance ### Refactoring