File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ if [ "$PROMOTE_RELEASE" = "true" ]; then
20
20
./gradlew -PsigningKey=$" $GPG_KEY " -PsigningPassword=$MAVEN_GPG_PASSPHRASE -PsonatypeUsername=$ST_USERNAME -PsonatypePassword=$ST_PASSWORD publishToSonatype closeAndReleaseSonatypeStagingRepository
21
21
else
22
22
# close the staging repository without promoting release. NOTES: you need to manually clean up the staging repository in Maven Central.
23
- ./gradlew -PnewVersion=$DEPLOY_VERSION -PsigningKey=$" $GPG_KEY " -PsigningPassword=$MAVEN_GPG_PASSPHRASE -PsonatypeUsername=$ST_USERNAME -PsonatypePassword=$ST_PASSWORD publishToSonatype
23
+ ./gradlew -PnewVersion=$DEPLOY_VERSION -PsigningKey=$" $GPG_KEY " -PsigningPassword=$MAVEN_GPG_PASSPHRASE -PsonatypeUsername=$ST_USERNAME -PsonatypePassword=$ST_PASSWORD publishToSonatype closeSonatypeStagingRepository
24
24
fi
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ phases:
58
58
# update the CRT dependency to the latest released version
59
59
- mvn -B versions:use-latest-versions -Dincludes=software.amazon.awssdk.crt*
60
60
61
- # update the version to match the git tag, make a snapshot version we can test
61
+ # make a snapshot version we can test
62
62
- export DEPLOY_VERSION=${PKG_VERSION}-SNAPSHOT
63
63
- mvn -B versions:set -DnewVersion=${DEPLOY_VERSION}
64
64
- mvn -B deploy -Prelease -Dmaven.test.skip=true
You can’t perform that action at this time.
0 commit comments