From 1873b4b3b958d368b6eef6c5abe770ec4af72a5a Mon Sep 17 00:00:00 2001 From: Nicolas Roduit Date: Wed, 17 Mar 2021 12:44:11 +0100 Subject: [PATCH] Update weasis-dicom-tools to 5.23.1-IMG-RELEASE --- .github/workflows/maven.yml | 12 ++++++------ pom.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a3e5f23d..2035d16f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,12 +27,12 @@ jobs: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar -# - name: Cache Maven packages -# uses: actions/cache@v1 -# with: -# path: ~/.m2 -# key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} -# restore-keys: ${{ runner.os }}-m2 + - name: Cache Maven packages + uses: actions/cache@v1 + with: + path: ~/.m2 + key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} + restore-keys: ${{ runner.os }}-m2 - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any diff --git a/pom.xml b/pom.xml index 96fe7e33..7c60f6c5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ UTF-8 2.4.0 17.0.10 - 5.23.1-SNAPSHOT + 5.23.1-IMG-RELEASE 4.5.0-dcm https://sonarcloud.io ${java.version}