Skip to content

Commit

Permalink
Automated rollback of commit e97ea04.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 661239485
Change-Id: I7da1576fde36f2176eacd182eec4193fa5607843
  • Loading branch information
tholenst authored and copybara-github committed Aug 9, 2024
1 parent 1215783 commit 9f221c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions maven/maven_deploy_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ parse_args() {
if [[ -z "${GIT_URL}" ]]; then
usage
fi
# TODO(b/329143784): Move to 3.2.0 when possible.
MAVEN_ARGS+=(
"org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file"
"gpg:sign-and-deploy-file"
"-DrepositoryId=ossrh"
"-Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/"
"[email protected]"
Expand Down
3 changes: 1 addition & 2 deletions maven/maven_deploy_library_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ test_MavenDeployLibraryTest_ReleaseSucceeds() {

cat << EOF > expected_commands.txt
bazel build tink.jar tink-src.jar tink-javadoc.jar
mvn org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file \
-DrepositoryId=ossrh \
mvn gpg:sign-and-deploy-file -DrepositoryId=ossrh \
-Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
[email protected] \
--settings=${TEST_CASE_TMPDIR}/${RELATIVE_MVN_DIR_PATH}/settings.xml \
Expand Down

0 comments on commit 9f221c5

Please sign in to comment.