Skip to content

Commit

Permalink
Update weasis-dicom-tools to 5.23.1-IMG-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Mar 17, 2021
1 parent 607977b commit 1873b4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<springframework.version>2.4.0</springframework.version>
<vaadin.version>17.0.10</vaadin.version>
<weasis-dicom-tools.version>5.23.1-SNAPSHOT</weasis-dicom-tools.version>
<weasis-dicom-tools.version>5.23.1-IMG-RELEASE</weasis-dicom-tools.version>
<weasis.opencv.native.version>4.5.0-dcm</weasis.opencv.native.version>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.java.source>${java.version}</sonar.java.source>
Expand Down

0 comments on commit 1873b4b

Please sign in to comment.