This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 8f9d10e71 Run the Deploy workflow with Java 17 8f9d10e71 is described below commit 8f9d10e71211e8648b818d8bb19a5d31c5a37b28 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Fri Nov 25 00:09:37 2022 +0000 Run the Deploy workflow with Java 17 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5acea215f..02b8d08e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'zulu' - java-version: 11 + java-version: 17 server-id: apache.snapshots.https server-username: NEXUS_USER server-password: NEXUS_PW