Skip to content

Commit

Permalink
Resolves #11 - ensure to always update latest versions of dependencie…
Browse files Browse the repository at this point in the history
…s via Maven in main.yml
  • Loading branch information
sfloess committed Sep 2, 2024
1 parent c60da24 commit 1b17514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
- name: Incrementing pom.xml version
run: "mvn -U build-helper:parse-version versions:set -DnewVersion=\\${parsedVersion.majorVersion}.\\${parsedVersion.nextMinorVersion} versions:commit"

- name: Ensure latests depenendencies in pom.xml
run: "mvn -Dincludes='org.apache.commons:*, org.apache.cxf:*, org.junit.jupiter:*' -DgenerateBackupPoms=false versions:update-properties"

- name: Building
run: "mvn -U clean install"

Expand Down

0 comments on commit 1b17514

Please sign in to comment.