Commit b26db3d 1 parent 4a764de commit b26db3d Copy full SHA for b26db3d
File tree 3 files changed +23
-4
lines changed
3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
release :
2
2
current-version : 0.0.1
3
3
next-version : 999-SNAPSHOT
4
+
Original file line number Diff line number Diff line change 21
21
fail-fast : false
22
22
matrix :
23
23
# os: [windows-latest, macos-latest, ubuntu-latest]
24
- os : [ ubuntu-latest, windows-latest, macos-latest ]
24
+ os : [ ubuntu-latest ]
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
27
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 51
51
<maven-source-plugin .version>3.3.0</maven-source-plugin .version>
52
52
<maven-release-plugin .version>3.0.1</maven-release-plugin .version>
53
53
<esbuild-java .version>1.4.3</esbuild-java .version>
54
+ <maven-plugin-plugin .version>3.13.1</maven-plugin-plugin .version>
55
+ <maven-deploy-plugin .version>3.1.2</maven-deploy-plugin .version>
54
56
55
57
<!-- Maven Core and Artifact Versions -->
56
58
<maven-artifact .version>3.9.7</maven-artifact .version>
57
59
<maven-core .version>3.9.7</maven-core .version>
58
60
<maven-model .version>3.9.7</maven-model .version>
59
- <maven-plugin-annotations .version>3.6.4 </maven-plugin-annotations .version>
60
- <maven-plugin-api .version>3.9.3 </maven-plugin-api .version>
61
+ <maven-plugin-annotations .version>3.13.1 </maven-plugin-annotations .version>
62
+ <maven-plugin-api .version>3.9.7 </maven-plugin-api .version>
61
63
62
64
<!-- Other Properties -->
63
65
<quarkus .version>3.6.0</quarkus .version>
208
210
</plugin >
209
211
</plugins >
210
212
211
-
213
+ <pluginManagement >
214
+ <plugins >
215
+ <plugin >
216
+ <groupId >org.apache.maven.plugins</groupId >
217
+ <artifactId >maven-plugin-plugin</artifactId >
218
+ <version >${maven-plugin-plugin.version} </version >
219
+ </plugin >
220
+ <plugin >
221
+ <groupId >org.apache.maven.plugins</groupId >
222
+ <artifactId >maven-deploy-plugin</artifactId >
223
+ <version >${maven-deploy-plugin.version} </version >
224
+ <configuration >
225
+ <skip >true</skip >
226
+ </configuration >
227
+ </plugin >
228
+ </plugins >
229
+ </pluginManagement >
212
230
213
231
</build >
214
232
<profiles >
You can’t perform that action at this time.
0 commit comments