We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ba8ab commit 1ad7295Copy full SHA for 1ad7295
.github/workflows/updateRelease.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: maven
24
- name: Update Versions
25
run: >-
26
- mvn -U -Pbuild-individual-bundles -ntp
+ mvn -U -B -ntp
27
org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
28
org.eclipse.tycho:tycho-versions-plugin:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
29
- name: Create Pull Request for Release ${{ github.event.milestone.title }}
@@ -38,5 +38,3 @@ jobs:
38
add-paths: |
39
pom.xml
40
**/pom.xml
41
- **/*.MF
42
-
0 commit comments