From 438b10ca214703f69e4c6bca0815497722c800bf Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Tue, 5 Mar 2024 00:28:33 +0100 Subject: [PATCH 1/2] Update dependencies to Jakarta EE 11 ones Also update copyright dates Signed-off-by: Arjan Tijms --- api/pom.xml | 4 ++-- pom.xml | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index ce18cb20..99de5388 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,7 +1,7 @@ - 6.0.0 + 6.1.0-M2 4.0.1 - 3.1.1 - 2.1.1 - 2.1.0 - 4.0.1 + 4.0.0-M2 + 3.0.0 + 2.2.0 + 4.1.0 From d1899ee8813d20e2d458e7b03cfc751e4aa8b278 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Tue, 5 Mar 2024 01:18:36 +0100 Subject: [PATCH 2/2] Using staging repo to build --- .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 d27ded89..3d07e9ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: mvn -B -Pstaging package --file pom.xml