Compare commits

...

7 Commits

Author SHA1 Message Date
JW
32cb1e0d8f Update pom.xml 2023-08-22 17:39:22 +02:00
JW
3210707bce Update maven-publish.yml 2023-08-22 17:39:04 +02:00
JW
e7f9d6e9d5 Update maven-publish.yml 2023-08-22 17:38:48 +02:00
GitHub Action
03001d607d Update version in pom.xml 2023-08-22 15:33:39 +00:00
JW
cbabad0888 Update pom.xml 2023-08-22 17:32:34 +02:00
JW
09c531e9f4 Update maven-publish.yml 2023-08-22 17:32:17 +02:00
GitHub Action
997c8d399e Update version in pom.xml 2023-08-22 15:30:36 +00:00

View File

@@ -32,13 +32,10 @@ jobs:
change_path: "."
short_tags: false
bump_each_commit: false
- name: 2.7 Update version in pom.xml (Release only)
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
- name: 2.8 Update modules parent version
run: mvn versions:update-parent -DallowSnapshots=true
- name: 3 Build with Maven
run: mvn package -P publish --file pom.xml
@@ -76,6 +73,10 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add pom.xml
git add API/pom.xml
git add Client/pom.xml
git add TestApplication/pom.xml
git add Tools/pom.xml
git commit -m "Update version in pom.xml"
- name: Push changes
uses: ad-m/github-push-action@master