File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99 image_tags :
1010 description : ' Extra docker image tags ("latest,test")'
1111 required : true
12- default : ' latest'
12+ default : ' latest,release '
1313jobs :
1414 publish :
1515 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 291291 <plugins >
292292 <plugin >
293293 <groupId >org.apache.maven.plugins</groupId >
294- <artifactId >maven-gpg-plugin</artifactId >
295- <version >3.0.1</version >
294+ <artifactId >maven-javadoc-plugin</artifactId >
296295 <executions >
297296 <execution >
298- <id >sign-artifacts</id >
299- <phase >verify</phase >
297+ <id >attach-javadocs</id >
300298 <goals >
301- <goal >sign </goal >
299+ <goal >jar </goal >
302300 </goals >
303301 </execution >
304302 </executions >
305303 </plugin >
306304 <plugin >
307305 <groupId >org.apache.maven.plugins</groupId >
308- <artifactId >maven-javadoc-plugin</artifactId >
306+ <artifactId >maven-gpg-plugin</artifactId >
307+ <version >3.0.1</version >
309308 <executions >
310309 <execution >
311- <id >attach-javadocs</id >
310+ <id >sign-artifacts</id >
311+ <phase >verify</phase >
312312 <goals >
313- <goal >jar </goal >
313+ <goal >sign </goal >
314314 </goals >
315315 </execution >
316316 </executions >
You can’t perform that action at this time.
0 commit comments