-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated rollback of commit e97ea04.
PiperOrigin-RevId: 661239485 Change-Id: I7da1576fde36f2176eacd182eec4193fa5607843
- Loading branch information
1 parent
1215783
commit 9f221c5
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|