File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
qanary_component-template Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4141 echo "No artifacts to be released."
4242 else
4343 echo "Releasing artifacts: $ARTIFACTS_TO_BE_RELEASED"
44- mvn clean deploy -Dcentral.publish=true - Dgpg.keyname="$MAVEN_GPG_KEYNAME" -pl "$ARTIFACTS_TO_BE_RELEASED"
44+ mvn clean deploy -Dgpg.keyname="$MAVEN_GPG_KEYNAME" -pl "$ARTIFACTS_TO_BE_RELEASED"
4545 fi
4646 env :
4747 MAVEN_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
Original file line number Diff line number Diff line change 271271 <dependency >
272272 <groupId >jakarta.xml.bind</groupId >
273273 <artifactId >jakarta.xml.bind-api</artifactId >
274- <version >4.0.2 </version >
274+ <version >4.0.4 </version >
275275 </dependency >
276276 <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
277277 <dependency >
300300 <dependency >
301301 <groupId >com.github.therapi</groupId >
302302 <artifactId >therapi-runtime-javadoc</artifactId >
303- <version >0.13 .0</version >
303+ <version >0.15 .0</version >
304304 </dependency >
305305 <!-- Byte Buddy dependencies for Mockito and Java 21 -->
306306 <dependency >
401401 <extensions >true</extensions >
402402 <configuration >
403403 <publishingServerId >central</publishingServerId >
404+ <autoPublish >true</autoPublish >
404405 </configuration >
405406 </plugin >
406407
486487 <complianceLevel >1.8</complianceLevel >
487488 <source >1.8</source >
488489 <target >1.8</target >
489- <showWeaveInfo >true </showWeaveInfo >
490+ <showWeaveInfo >false </showWeaveInfo >
490491 <verbose >true</verbose >
491492 <Xlint >ignore</Xlint >
492493 <encoding >UTF-8</encoding >
Original file line number Diff line number Diff line change 215215 <extensions >true</extensions >
216216 <configuration >
217217 <publishingServerId >central</publishingServerId >
218+ <autoPublish >true</autoPublish >
218219 </configuration >
219220 </plugin >
220221
Original file line number Diff line number Diff line change 231231 <extensions >true</extensions >
232232 <configuration >
233233 <publishingServerId >central</publishingServerId >
234+ <autoPublish >true</autoPublish >
234235 </configuration >
235236 </plugin >
236237
Original file line number Diff line number Diff line change 386386 <extensions >true</extensions >
387387 <configuration >
388388 <publishingServerId >central</publishingServerId >
389+ <autoPublish >true</autoPublish >
389390 </configuration >
390391 </plugin >
391392
You can’t perform that action at this time.
0 commit comments