Skip to content

Commit b3a8f7d

Browse files
committed
chore: fix typo in upload script
1 parent 538b3ba commit b3a8f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/upload_new_maven_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ curl --fail -o /dev/null --progress-bar -u "$NEXUS_USER:$NEXUS_PASSWORD" --uploa
7171

7272
echo "Successfully uploaded Maven $VERSION to Nexus"
7373
echo "https://repo.stackable.tech/service/rest/repository/browse/packages/maven/"
74-
echo "https://github.com/prometheus/maven/releases/tag/$VERSION"
74+
echo "https://github.com/apache/maven/releases/tag/maven-$VERSION"

0 commit comments

Comments
 (0)