Skip to content

Commit 72c4485

Browse files
cdklabs-automationgithub-actionsmrgrain
authored
fix(maven): use same version of nexus-staging-maven-plugin in all instances (#1254)
* fix(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/publib/actions/runs/9812005885 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <[email protected]> * use same version of nexus-staging-maven-plugin --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Momo Kornher <[email protected]>
1 parent 9fde63d commit 72c4485

File tree

3 files changed

+139
-483
lines changed

3 files changed

+139
-483
lines changed

bin/publib-maven

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ HERE
248248
# Release!
249249
release_output="${workdir}/release-output.txt"
250250
$mvn --settings ${mvn_settings} -f ${release_pom} \
251-
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.5:release \
251+
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:release \
252252
-DserverId=${server_id} \
253253
-DnexusUrl=${MAVEN_ENDPOINT:-https://oss.sonatype.org} \
254254
-DstagingProfileId=${MAVEN_STAGING_PROFILE_ID} \

package.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)