File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 386386 <artifactId >maven-release-plugin</artifactId >
387387 <version >3.2.0</version >
388388 <configuration >
389- <autoVersionSubmodules >true</autoVersionSubmodules >
390389 <tagNameFormat >bbl-validator-@{project.version}</tagNameFormat >
391- <releaseProfiles >bbl-validator</releaseProfiles >
390+ <releaseProfiles >bbl-validator-release </releaseProfiles >
392391 </configuration >
393392 </plugin >
394393 </plugins >
395394 </build >
396395
397396 <profiles >
398397 <profile >
399- <id >bbl-validator</id >
398+ <id >bbl-validator-release </id >
400399 <build >
401400 <plugins >
402401 <plugin >
479478 <artifactId >central-publishing-maven-plugin</artifactId >
480479 <configuration >
481480 <publishingServerId >central</publishingServerId >
481+ <deploymentName >${project.artifactId} -${project.version} </deploymentName >
482+ <failOnBuildFailure >true</failOnBuildFailure >
483+ <waitUntil >validated</waitUntil >
482484 </configuration >
483485 </plugin >
484486 </plugins >
You can’t perform that action at this time.
0 commit comments