WIP
This commit is contained in:
parent
e4d69d257a
commit
e4a8820b6b
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -103,8 +103,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
run: |
|
|
||||||
git checkout develop
|
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
@ -115,9 +113,10 @@ jobs:
|
|||||||
- name: Set version to next snapshot
|
- name: Set version to next snapshot
|
||||||
run: |
|
run: |
|
||||||
mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT versions:commit
|
mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT versions:commit
|
||||||
|
|
||||||
- name: Commit pom.xml
|
- name: Commit pom.xml
|
||||||
uses: actions/checkout@v2
|
|
||||||
run: |
|
run: |
|
||||||
|
git checkout develop
|
||||||
find . -name 'pom.xml' | xargs git add
|
find . -name 'pom.xml' | xargs git add
|
||||||
git commit -m "Updating to the new development version"
|
git commit -m "Updating to the new development version"
|
||||||
git push origin develop
|
git push origin develop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user