From 7503c4223906cd06f5ad4f907e26f3768dd265cb Mon Sep 17 00:00:00 2001 From: Bruno Salmon Date: Tue, 19 Mar 2024 15:47:59 +0000 Subject: [PATCH] Trying to set Maven version to 3.9.0 --- .github/workflows/deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7ac5986..595c42c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,9 +24,14 @@ jobs: server-username: SONATYPE_USERNAME server-password: SONATYPE_PASSWORD + - name: Set up Maven + uses: s4u/setup-maven-action@v1.2.1 + with: + maven-version: 3.9.0 + # Checkout this repository - name: Checkout this repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Build all modules and deploy their SNAPSHOT artifacts to sonatype repository - name: Deploy this repository