From c654805e9529a080f55029add0608724254cf59a Mon Sep 17 00:00:00 2001 From: jayanta2018 Date: Thu, 18 Apr 2024 11:55:02 +0100 Subject: [PATCH] chore: java version upgrade to 17 --- .github/workflows/ci-cd-workflow.yml | 4 ++-- pom.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd-workflow.yml b/.github/workflows/ci-cd-workflow.yml index 0802062c..77584e21 100644 --- a/.github/workflows/ci-cd-workflow.yml +++ b/.github/workflows/ci-cd-workflow.yml @@ -24,7 +24,7 @@ jobs: with: cache: maven distribution: temurin - java-version: 11 + java-version: 17 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v2 @@ -102,7 +102,7 @@ jobs: with: cache: maven distribution: temurin - java-version: 11 + java-version: 17 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v2 diff --git a/pom.xml b/pom.xml index 721c2023..d2a6cd8d 100644 --- a/pom.xml +++ b/pom.xml @@ -463,4 +463,11 @@ + + + codeartifact + CodeArtifact + https://hee-430723991443.d.codeartifact.eu-west-1.amazonaws.com/maven/Health-Education-England/ + +