File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 54
54
55
55
- name : Step 6 - Publish package
56
56
run : |
57
- mvn -B --no-transfer-progress -Dmaven.test.skip=true -Drevision=${{ steps.gitversion.outputs.semVer }} deploy
57
+ mvn -B --no-transfer-progress \
58
+ versions:set \
59
+ -DnewVersion=${{ steps.gitversion.outputs.semVer }} \
60
+ -DgenerateBackupPoms=false \
61
+ -DprocessAllModules
62
+ mvn -B --no-transfer-progress -Dmaven.test.skip=true deploy
58
63
env :
59
64
MVN_CENTRAL_USERNAME : ${{ secrets.OSSRH_USERNAME }}
60
65
MVN_CENTRAL_PASSWORD : ${{ secrets.OSSRH_TOKEN }}
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.aquality-automation</groupId >
8
8
<artifactId >aquality-appium-mobile</artifactId >
9
- <version >${revision} </version >
9
+ <version >5.4.1 </version >
10
10
11
11
<packaging >jar</packaging >
12
12
<name >Aquality Appium Mobile</name >
16
16
<properties >
17
17
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
- <revision >5.3.1</revision >
20
19
</properties >
21
20
22
21
<scm >
61
60
<plugin >
62
61
<groupId >org.apache.maven.plugins</groupId >
63
62
<artifactId >maven-compiler-plugin</artifactId >
63
+ <version >3.14.0</version >
64
64
<configuration >
65
65
<source >11</source >
66
66
<target >11</target >
97
97
<plugin >
98
98
<groupId >org.apache.maven.plugins</groupId >
99
99
<artifactId >maven-assembly-plugin</artifactId >
100
+ <version >3.7.1</version >
100
101
<executions >
101
102
<execution >
102
103
<goals >
171
172
<waitUntil >published</waitUntil >
172
173
</configuration >
173
174
</plugin >
175
+ <plugin >
176
+ <groupId >org.codehaus.mojo</groupId >
177
+ <artifactId >versions-maven-plugin</artifactId >
178
+ <version >2.18.0</version >
179
+ </plugin >
174
180
</plugins >
175
181
</build >
176
182
You can’t perform that action at this time.
0 commit comments