Skip to content

Commit d926276

Browse files
tholenstcopybara-github
authored andcommitted
Automated rollback of commit 9f54c9c.
PiperOrigin-RevId: 661239485 Change-Id: I66a4a8a674ad3fe539e25240295d11186029a981
1 parent a18f789 commit d926276

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

maven/maven_deploy_library.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ parse_args() {
124124
if [[ -z "${GIT_URL}" ]]; then
125125
usage
126126
fi
127-
# TODO(b/329143784): Move to 3.2.0 when possible.
128127
MAVEN_ARGS+=(
129-
"org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file"
128+
"gpg:sign-and-deploy-file"
130129
"-DrepositoryId=ossrh"
131130
"-Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/"
132131

maven/maven_deploy_library_test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ test_MavenDeployLibraryTest_ReleaseSucceeds() {
196196

197197
cat << EOF > expected_commands.txt
198198
bazel build tink.jar tink-src.jar tink-javadoc.jar
199-
mvn org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file \
200-
-DrepositoryId=ossrh \
199+
mvn gpg:sign-and-deploy-file -DrepositoryId=ossrh \
201200
-Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
202201
203202
--settings=${TEST_CASE_TMPDIR}/${RELATIVE_MVN_DIR_PATH}/settings.xml \

0 commit comments

Comments
 (0)