Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 062286b

Browse files
committed
chore(setup-release): update comment/TODO [ci skip]
1 parent 8afe1fb commit 062286b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/setup-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EOF
4747
git config user.signingkey $KEY_ID
4848
}
4949

50-
# Maven drop repository handling TODO: Remove if alternative https://issues.sonatype.org/browse/OSSRH-39124
50+
# Maven drop repository handling TODO: Try alternative https://issues.sonatype.org/browse/OSSRH-39124
5151
drop_open_repo() {
5252
echo "Creating minimal pom to use nexus maven plugin"
5353
cat > pom.xml << EOF
@@ -93,7 +93,7 @@ EOF
9393
echo "No repository was currently open."
9494
break;
9595
else
96-
echo "Existing repository to close: $MVN_REPO_ID"
96+
echo "Existing repository to drop: $MVN_REPO_ID"
9797
mvn --settings=mvn-settings.xml nexus-staging:drop -DstagingRepositoryId=$MVN_REPO_ID
9898
fi
9999
do

0 commit comments

Comments
 (0)